summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-09-24 11:56:13 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-09-24 11:56:13 +0100
commit4032d0e26436250ae23d9b57d109203ee0ffb81b (patch)
tree7e8d9cd37aba7381c8175800ea0d0238c06374ad /include
parent45bb0b24f01f07b289d814f762c67f8870677197 (diff)
parent42cd6a4e553e44dd09d2d8004cf7ea3eac7da25c (diff)
downloadrabbitmq-server-git-4032d0e26436250ae23d9b57d109203ee0ffb81b.tar.gz
Merging default into bug23133
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}).