summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorRob Harrop <rob@rabbitmq.com>2011-06-23 09:16:40 +0100
committerRob Harrop <rob@rabbitmq.com>2011-06-23 09:16:40 +0100
commitdd38990bd1b1e3f11ba71d85546482367068aa29 (patch)
tree91306fcebdbe8ebfbf8fb65a72c83855479c09b1 /include/rabbit.hrl
parentc12a751cf467bd78f81eb803d3adc6a3241432f8 (diff)
parent53555cd5dd02d366728605c7f73dde2e15afd1bb (diff)
downloadrabbitmq-server-git-dd38990bd1b1e3f11ba71d85546482367068aa29.tar.gz
Merged bug23554 into default
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..00b7e6e9b7 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, slave_pids, mirror_nodes}).
%% mnesia doesn't like unary records, so we add a dummy 'value' field
-record(route, {binding, value = const}).