summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2008-07-06 00:39:50 +0100
committerBen Hood <0x6e6562@gmail.com>2008-07-06 00:39:50 +0100
commit4dcea129a99d7523a3173358833818a32f0061b3 (patch)
tree683c8585aa8865854ff33d7e3bc1cae78db9633f /include
parent675869a27714307bce377638dfe8f6a5f069e757 (diff)
downloadrabbitmq-server-git-4dcea129a99d7523a3173358833818a32f0061b3.tar.gz
Migrated branch bug18752
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index d8af670a04..5a3006dd37 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}).