diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-08 23:28:17 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-08 23:28:17 +0100 |
| commit | d93894fed66dbba7822e55051be21e82814b0b38 (patch) | |
| tree | 3b9e4adeceaa93a7a985f5e418e6eb3025a78c92 /include/rabbit.hrl | |
| parent | 16ee1c1053e193183f578c7576071735c83912b5 (diff) | |
| parent | 0d491f8b4ca627277a0b95fa919d7e7b0bc67237 (diff) | |
| download | rabbitmq-server-git-d93894fed66dbba7822e55051be21e82814b0b38.tar.gz | |
merge default into bug22902
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 b9abd78857..24aa8d987c 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}). |
