summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-06-21 14:09:02 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-06-21 14:09:02 +0100
commit34a62af5202cb8682c7833baa1cd2a0e266b4e9c (patch)
tree6c77ffdb454316dd8ec553d8712a201ec9052585 /include/rabbit.hrl
parentc12a751cf467bd78f81eb803d3adc6a3241432f8 (diff)
parent323f0b29842701bbd23b2ee7cf8a4401903b9dbd (diff)
downloadrabbitmq-server-git-34a62af5202cb8682c7833baa1cd2a0e266b4e9c.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 b65f048d0a..0a202c5e3d 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -46,7 +46,7 @@
-record(exchange_serial, {name, next}).
-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}).