summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-08 21:48:25 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-08 21:48:25 +0100
commite657a8d7dd138389847bbd883501c74e2b0f932d (patch)
tree3882ffc4b93603128c7fffdee9995e6d590da6b2 /include/rabbit.hrl
parentbc6df57d4b683ebbb73f3866c086a1fd285770bd (diff)
parent032ed33f066dc35ad3e0306165691c80120d41d3 (diff)
downloadrabbitmq-server-git-e657a8d7dd138389847bbd883501c74e2b0f932d.tar.gz
merge bug22983 into default (Extend permissions system to cover users / vhosts / permissions)
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}).