summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-03-14 16:57:10 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-03-14 16:57:10 +0000
commitd29f522eb48119b25af21e4c4c665a7b48fc61e1 (patch)
treec5a747d6f6edb24258c85a5521235a7843983648 /include/rabbit.hrl
parentdafce92cc24ff7f0b47b3d28be758ea7fa052c05 (diff)
parent0f78a913cec7e77f1ce844e25e118343a7b32f39 (diff)
downloadrabbitmq-server-git-d29f522eb48119b25af21e4c4c665a7b48fc61e1.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 9f483c307d..f8c1a13d44 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -45,7 +45,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}).