summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-06-09 14:15:17 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-06-09 14:15:17 +0100
commit802846a4b4a64a3baebddb2322784c2b7a893591 (patch)
treeb08e7ea63ddf150654052e5d83a0cac083e01300 /include/rabbit.hrl
parent438e76e8f8113b77dce286b4cab03c8736c4f44d (diff)
downloadrabbitmq-server-git-802846a4b4a64a3baebddb2322784c2b7a893591.tar.gz
First pass at user tags.
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index db4773b8ec..ee6e67b62b 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -15,12 +15,12 @@
%%
-record(user, {username,
- is_admin,
+ tags,
auth_backend, %% Module this user came from
impl %% Scratch space for that module
}).
--record(internal_user, {username, password_hash, is_admin}).
+-record(internal_user, {username, password_hash, tags}).
-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).