summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-22 17:36:03 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-22 17:36:03 +0100
commitbf8c6a276846cae5debe337d32d021d5cee5d3eb (patch)
tree72bed3fe9f99560c4fbec0c5ab218d924710bf4c /include
parent1c56ee01693c6db88469e455f41ec403195dbe4c (diff)
parent347ea71a8c20a8b76ccd753c4c4ab3fd30d5fb4d (diff)
downloadrabbitmq-server-bf8c6a276846cae5debe337d32d021d5cee5d3eb.tar.gz
merge default into bug20284
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 161b9b0b..700523d7 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -29,7 +29,7 @@
%% Contributor(s): ______________________________________.
%%
--record(user, {username, password}).
+-record(user, {username, password, is_admin}).
-record(permission, {scope, configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).