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 | 71e7faa6624a7cbde728398392b671b7927bb17b (patch) | |
tree | 99c4fa6b8c4e384e65e2fba9f942f743b8304a6e /include/rabbit.hrl | |
parent | 50c1b514cbee9350411aa1093669c3b4a79dc421 (diff) | |
download | rabbitmq-server-71e7faa6624a7cbde728398392b671b7927bb17b.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 3fd52568..e888b430 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}). |