diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-09-06 18:26:02 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-09-06 18:26:02 +0100 |
| commit | c268faede75e4e69981e2fb022258add04069556 (patch) | |
| tree | c76d2c5a85980ad0092d36b6540ddef5a6107f28 /include/rabbit.hrl | |
| parent | db8aed87875ddd5140a7d7a8f923c01a078b824b (diff) | |
| download | rabbitmq-server-git-c268faede75e4e69981e2fb022258add04069556.tar.gz | |
Tube strike WIP WFH commit.
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}). |
