summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
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
commit8705e92302e760cdd160b995f2028d20b65035e2 (patch)
tree72bed3fe9f99560c4fbec0c5ab218d924710bf4c /include/rabbit.hrl
parentc0796e125724dbae63f0faff0f2ee4cd66791e52 (diff)
parent42cd6a4e553e44dd09d2d8004cf7ea3eac7da25c (diff)
downloadrabbitmq-server-git-8705e92302e760cdd160b995f2028d20b65035e2.tar.gz
merge default into bug20284
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 161b9b0b2a..700523d7f7 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}).