summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-09-06 18:26:02 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-09-06 18:26:02 +0100
commitc268faede75e4e69981e2fb022258add04069556 (patch)
treec76d2c5a85980ad0092d36b6540ddef5a6107f28 /include/rabbit.hrl
parentdb8aed87875ddd5140a7d7a8f923c01a078b824b (diff)
downloadrabbitmq-server-git-c268faede75e4e69981e2fb022258add04069556.tar.gz
Tube strike WIP WFH commit.
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 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}).