summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-08-01 15:59:47 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-08-01 15:59:47 +0100
commitd39b2bb892ac9b4f92e27c9aa1ccb11276ec35fa (patch)
tree79688178fb289e88a08dc948964e9d7dc23453a6 /include/rabbit.hrl
parent03084f29639c7889b6c4d03c4290a9e66f81eb29 (diff)
parente62a381d53e320cb4778cfac94be18f38fb51c8f (diff)
downloadrabbitmq-server-git-d39b2bb892ac9b4f92e27c9aa1ccb11276ec35fa.tar.gz
merge default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index e8b4a6232e..d6fac46db7 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -47,7 +47,8 @@
-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,
- arguments, pid, slave_pids, mirror_nodes, policy}).
+ arguments, pid, slave_pids, sync_slave_pids, mirror_nodes,
+ policy}).
%% mnesia doesn't like unary records, so we add a dummy 'value' field
-record(route, {binding, value = const}).