summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-21 17:48:17 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-21 17:48:17 +0000
commit7880740872e1c90cd147494c6331bb846c8c47ec (patch)
tree5bcdb207927a923437059a65bee06ce6ea348446 /include/rabbit.hrl
parentcd1abcaf642b1afa8d8159ed1837d381449df6e2 (diff)
parent8df5ca8a4153a43cdd03e2797fe1eb604943247f (diff)
downloadrabbitmq-server-git-7880740872e1c90cd147494c6331bb846c8c47ec.tar.gz
Merging default into bug23554
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 8c8e12a15e..4b091c0044 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -54,7 +54,7 @@
-record(exchange, {name, type, durable, auto_delete, internal, arguments}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,
- arguments, pid}).
+ arguments, pid, mirror_pids}).
%% mnesia doesn't like unary records, so we add a dummy 'value' field
-record(route, {binding, value = const}).