summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-19 16:57:15 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-19 16:57:15 +0100
commit2cbdbbb1b03636ca74ba172dac3fc211dc9ab076 (patch)
tree346e384037b27d13f478233333d2ae763c2a3498 /include
parent2d64c2e9ff42ac3a78b2c12396cfe23af5e24775 (diff)
downloadrabbitmq-server-git-2cbdbbb1b03636ca74ba172dac3fc211dc9ab076.tar.gz
Maintain down_slave_nodes so we might have a clue where to look to recover from.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c13868030a..7a40f9ebf0 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -52,6 +52,7 @@
arguments, %% immutable
pid, %% durable (just so we know home node)
slave_pids, sync_slave_pids, %% transient
+ down_slave_nodes, %% durable
policy, %% durable, implicit update as above
gm_pids, %% transient
decorators}). %% transient, recalculated as above