diff options
| author | Rob Harrop <rharrop@vmware.com> | 2010-09-14 14:29:11 +0100 |
|---|---|---|
| committer | Rob Harrop <rharrop@vmware.com> | 2010-09-14 14:29:11 +0100 |
| commit | a698f79ced137cd141ed8ef0b1913f0843fb02f2 (patch) | |
| tree | 4aa17340e4b94ce3e6a0d530f85639aeea167a16 /include | |
| parent | ace23b69809ca425d17af8e43b7853fefc38324e (diff) | |
| parent | ca0dbdf83279b5a61d82b0fcd8bec6e9889539be (diff) | |
| download | rabbitmq-server-git-a698f79ced137cd141ed8ef0b1913f0843fb02f2.tar.gz | |
merged with 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 be0d4b8233..0f0a0e87fd 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}). |
