diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-13 15:51:41 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-13 15:51:41 +0100 |
| commit | b37863e2838d9e237daa247ae13f1bd46fe8f749 (patch) | |
| tree | 0bc7bea16a72f15d4d9a3f3ea0d2c7b924f6fcc6 /include/rabbit.hrl | |
| parent | 4a7811105c3c47658e57061e3661911b883891dc (diff) | |
| download | rabbitmq-server-git-b37863e2838d9e237daa247ae13f1bd46fe8f749.tar.gz | |
permission tags are now displayed
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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}). |
