diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-08-05 15:56:46 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-08-05 15:56:46 +0100 |
| commit | 5e7719a0e55e57b59c2ef40ad41b8e03eb116120 (patch) | |
| tree | d4ed9b42d7f456ef8cb206a9c714515f23a6cc8c /include | |
| parent | 22a99dc7c4040a53c78d74baa29a0ede6f87b905 (diff) | |
| parent | fbdc8c26f8915d72548415e2ff20fe546968b2b8 (diff) | |
| download | rabbitmq-server-git-5e7719a0e55e57b59c2ef40ad41b8e03eb116120.tar.gz | |
merge default into bug23027
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 a2529e2d19..b9abd78857 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -30,7 +30,7 @@ %% -record(user, {username, password}). --record(permission, {configure, write, read}). +-record(permission, {scope, configure, write, read}). -record(user_vhost, {username, virtual_host}). -record(user_permission, {user_vhost, permission}). |
