summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-12 20:55:11 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-12 20:55:11 +0000
commit82d3a143a70c5ed67f1e5eec0920d89e703dc8a6 (patch)
tree769daf1f229d729cf62e6ca3f625efb91b825ef1 /include/rabbit.hrl
parentd7b850ed5013f566fe0b43947c38d50b43b4bbc3 (diff)
parent970bab419d2b9ac53a6e619c28455ddcd6f611d8 (diff)
downloadrabbitmq-server-git-82d3a143a70c5ed67f1e5eec0920d89e703dc8a6.tar.gz
Merging bug23829 to 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 15f5d7c5b0..f79a8106b0 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}).