summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-01-20 13:46:52 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-01-20 13:46:52 +0000
commitf65f537b218312531ca3d8562dec5ecb467a0481 (patch)
tree666c5193708f7282bfd3ef9e2b8564bd5e5b1b72 /include/rabbit.hrl
parentfbd631733f2e25c8842292e48d956f09ca8040e1 (diff)
parentfa6928fc212f49818265cab198791389073a2119 (diff)
downloadrabbitmq-server-git-f65f537b218312531ca3d8562dec5ecb467a0481.tar.gz
Merging default into bug23554 (epic debitrot)
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}).