summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-06-21 16:22:48 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-06-21 16:22:48 +0100
commit37fb4e222655b8e0182b8ce3771f6b5a0c5b7769 (patch)
tree6207a12d9b49d76dd5c103aa52d6af4dd289ea41 /include
parent9e6aa4f7e8057565c8ecea2b8de68bafd5850064 (diff)
downloadrabbitmq-server-git-37fb4e222655b8e0182b8ce3771f6b5a0c5b7769.tar.gz
Sort out (everywhere except mirror modules) slave pids and mirror nodes and deal with non-local queue declaration, and introduce ha policy and ha policy params. (does not compile)
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 0a202c5e3d..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, mirror_pids}).
+ arguments, pid, slave_pids, mirror_nodes}).
%% mnesia doesn't like unary records, so we add a dummy 'value' field
-record(route, {binding, value = const}).