diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-13 15:16:45 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-13 15:16:45 +0100 |
| commit | 28123839b89811ee80c0bb6da5fea36830c565b5 (patch) | |
| tree | 99c4fa6b8c4e384e65e2fba9f942f743b8304a6e /include/rabbit.hrl | |
| parent | c765132feb7dabdcb2cd3e30e3ad4150d6f6952c (diff) | |
| download | rabbitmq-server-git-28123839b89811ee80c0bb6da5fea36830c565b5.tar.gz | |
added necessary fields to records
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 3fd525686b..e888b43030 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -30,7 +30,7 @@ %% -record(user, {username, password}). --record(permission, {configure, write, read}). +-record(permission, {check_all, configure, write, read}). -record(user_vhost, {username, virtual_host}). -record(user_permission, {user_vhost, permission}). |
