summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-07-06 18:21:28 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-07-06 18:21:28 +0100
commit1a36bd727ec792b0a9b75da731f27b2fb8a89a02 (patch)
treeceb32df981ba9684d3e5fd532f5ee0c81a0386ea /include
parenta47b7dba6201972a293dd3563466ad29f834e799 (diff)
downloadrabbitmq-server-1a36bd727ec792b0a9b75da731f27b2fb8a89a02.tar.gz
Store sync'ed slaves in Mnesia. This is not quite right yet.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index e8b4a623..d6fac46d 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}).