summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-21 00:42:39 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-21 00:42:39 +0000
commit8246f2374d8af29706896b8636ce02455ce425ac (patch)
treedcc6999d7831842695b370f3d0a2a224021ac745 /include/rabbit.hrl
parent0da68dfc9b0868f344c9d4c75002bf6b15661782 (diff)
parent51d312ef31f3ec74e16750f1c206b6d36933c7be (diff)
downloadrabbitmq-server-8246f2374d8af29706896b8636ce02455ce425ac.tar.gz
Merging default into bug 23554
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 8c8e12a1..4b091c00 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}).