summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-09-08 23:28:17 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-09-08 23:28:17 +0100
commitd93894fed66dbba7822e55051be21e82814b0b38 (patch)
tree3b9e4adeceaa93a7a985f5e418e6eb3025a78c92 /include
parent16ee1c1053e193183f578c7576071735c83912b5 (diff)
parent0d491f8b4ca627277a0b95fa919d7e7b0bc67237 (diff)
downloadrabbitmq-server-git-d93894fed66dbba7822e55051be21e82814b0b38.tar.gz
merge default into bug22902
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}).