summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVlad Alexandru Ionescu <vlad@rabbitmq.com>2010-09-24 19:04:45 +0100
committerVlad Alexandru Ionescu <vlad@rabbitmq.com>2010-09-24 19:04:45 +0100
commitd9cf0e695bbb0cac7f3f09f8a2d0342c6be2d0e2 (patch)
treed86aad16abe87fc3a2f5af8cdb75d4285bb6474b /include
parentbc328a8acfdf0e68ff2e1f3d23dcc7f956ad98ea (diff)
parent146b3f12ad4c57da3285784a5725c1227ed2708b (diff)
downloadrabbitmq-server-git-d9cf0e695bbb0cac7f3f09f8a2d0342c6be2d0e2.tar.gz
merging in from default
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 210709b981..027643c7b3 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}).