diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-10-26 11:04:41 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-10-26 11:04:41 +0100 |
| commit | e5e7bb73896aac09ab6f67b5e8c137d795acae11 (patch) | |
| tree | 968e6c8c3a193796441fd95691227e68ebce40b3 /include/rabbit.hrl | |
| parent | db52605407e5d04f38b648484207bf08c93fe097 (diff) | |
| parent | 0caf8cc615ee94c21a46bfa4c1f19b62aa63a739 (diff) | |
| download | rabbitmq-server-git-e5e7bb73896aac09ab6f67b5e8c137d795acae11.tar.gz | |
Merge in default
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 ae672fc908..c1c9bd655e 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -30,7 +30,7 @@ %% -record(user, {username, password, is_admin}). --record(permission, {scope, configure, write, read}). +-record(permission, {configure, write, read}). -record(user_vhost, {username, virtual_host}). -record(user_permission, {user_vhost, permission}). |
