diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index d8af670a04..21900294c3 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -29,7 +29,9 @@ -record(vhost, {virtual_host, dummy}). -record(vhost_realm, {virtual_host, realm}). --record(realm, {name, exchanges, queues}). +-record(realm, {name, ignore}). +-record(realm_resource, {realm, resource}). + -record(user_realm, {username, realm, ticket_pattern}). -record(realm_visitor, {realm, pid}). |
