summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-09-10 17:12:41 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-09-10 17:12:41 +0100
commit56f8b31ebd48998cd14cb98b6eca5f5a5f63e3df (patch)
tree64ec18e366ba2ada8a56058377f7a5f41efd21ee /include
parent7797c0eb727a3094ead2620d837e7f7d286e9fe1 (diff)
parent7cd6087d82006e05fc9d5376817f567fee4c025c (diff)
downloadrabbitmq-server-git-56f8b31ebd48998cd14cb98b6eca5f5a5f63e3df.tar.gz
Merging default into bug 23157
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}).