summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-10-26 11:04:41 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-10-26 11:04:41 +0100
commite5e7bb73896aac09ab6f67b5e8c137d795acae11 (patch)
tree968e6c8c3a193796441fd95691227e68ebce40b3 /include
parentdb52605407e5d04f38b648484207bf08c93fe097 (diff)
parent0caf8cc615ee94c21a46bfa4c1f19b62aa63a739 (diff)
downloadrabbitmq-server-git-e5e7bb73896aac09ab6f67b5e8c137d795acae11.tar.gz
Merge in 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 ae672fc908..c1c9bd655e 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,7 +30,7 @@
%%
-record(user, {username, password, is_admin}).
--record(permission, {scope, configure, write, read}).
+-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).