summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-02 15:44:49 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-02 15:44:49 +0100
commit3b6126818ca6103c244c2e921ce7a5c462109efd (patch)
tree8c0899d2a486ebcc42053461fabc9b79071f2e2e /include/rabbit.hrl
parent35da42c0701892fd3f19f5c2a33e07d139fb198c (diff)
parent80aa575844878ff3b5337d8392f781c975252f9f (diff)
downloadrabbitmq-server-3b6126818ca6103c244c2e921ce7a5c462109efd.tar.gz
merged default into bug22964
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 6364d60f..0d3b1441 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,7 +30,7 @@
%%
-record(user, {username, password}).
--record(permission, {configure, write, read}).
+-record(permission, {scope, configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).