summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-16 11:06:01 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-16 11:06:01 +0100
commitd4b0fe9cb34c507625ae154d94e2a09ceeaeb854 (patch)
treea851d13da3f9b8bd83ba74727644fb5657d18dfe /include
parent4c49a03f2fde38e32a895fced9357569a11ce639 (diff)
parent042d2778378568b4d4092d29f09fe473ae7ee18b (diff)
downloadrabbitmq-server-git-d4b0fe9cb34c507625ae154d94e2a09ceeaeb854.tar.gz
merge default into bug23047
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 b9abd78857..24aa8d987c 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}).