summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-08-05 15:56:46 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-08-05 15:56:46 +0100
commit5e7719a0e55e57b59c2ef40ad41b8e03eb116120 (patch)
treed4ed9b42d7f456ef8cb206a9c714515f23a6cc8c /include/rabbit.hrl
parent22a99dc7c4040a53c78d74baa29a0ede6f87b905 (diff)
parentfbdc8c26f8915d72548415e2ff20fe546968b2b8 (diff)
downloadrabbitmq-server-git-5e7719a0e55e57b59c2ef40ad41b8e03eb116120.tar.gz
merge default into bug23027
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 a2529e2d19..b9abd78857 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}).