diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-24 11:56:13 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-24 11:56:13 +0100 |
| commit | 4032d0e26436250ae23d9b57d109203ee0ffb81b (patch) | |
| tree | 7e8d9cd37aba7381c8175800ea0d0238c06374ad /include | |
| parent | 45bb0b24f01f07b289d814f762c67f8870677197 (diff) | |
| parent | 42cd6a4e553e44dd09d2d8004cf7ea3eac7da25c (diff) | |
| download | rabbitmq-server-git-4032d0e26436250ae23d9b57d109203ee0ffb81b.tar.gz | |
Merging default into bug23133
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 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}). |
