diff options
| author | Vlad Alexandru Ionescu <vlad@rabbitmq.com> | 2010-09-24 19:04:45 +0100 |
|---|---|---|
| committer | Vlad Alexandru Ionescu <vlad@rabbitmq.com> | 2010-09-24 19:04:45 +0100 |
| commit | d9cf0e695bbb0cac7f3f09f8a2d0342c6be2d0e2 (patch) | |
| tree | d86aad16abe87fc3a2f5af8cdb75d4285bb6474b /include | |
| parent | bc328a8acfdf0e68ff2e1f3d23dcc7f956ad98ea (diff) | |
| parent | 146b3f12ad4c57da3285784a5725c1227ed2708b (diff) | |
| download | rabbitmq-server-git-d9cf0e695bbb0cac7f3f09f8a2d0342c6be2d0e2.tar.gz | |
merging in from default
Diffstat (limited to 'include')
| -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 210709b981..027643c7b3 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -29,7 +29,7 @@ %% Contributor(s): ______________________________________. %% --record(user, {username, password}). +-record(user, {username, password, is_admin}). -record(permission, {scope, configure, write, read}). -record(user_vhost, {username, virtual_host}). -record(user_permission, {user_vhost, permission}). |
