summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-13 15:51:41 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-13 15:51:41 +0100
commitb37863e2838d9e237daa247ae13f1bd46fe8f749 (patch)
tree0bc7bea16a72f15d4d9a3f3ea0d2c7b924f6fcc6 /include/rabbit.hrl
parent4a7811105c3c47658e57061e3661911b883891dc (diff)
downloadrabbitmq-server-git-b37863e2838d9e237daa247ae13f1bd46fe8f749.tar.gz
permission tags are now displayed
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 e888b43030..653ad2fd73 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,7 +30,7 @@
%%
-record(user, {username, password}).
--record(permission, {check_all, configure, write, read}).
+-record(permission, {check, configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).