diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2015-01-29 17:22:26 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2015-01-29 17:22:26 +0000 |
| commit | 3948c08b6ed09c4bd8a2bbfb8e3b40481f86b574 (patch) | |
| tree | 6c68b12bd433584416229ebe10bf2e00ccb13d5a /include | |
| parent | 2b5f12eefa2f036676c9f16c00b2075701f9ca65 (diff) | |
| download | rabbitmq-server-git-3948c08b6ed09c4bd8a2bbfb8e3b40481f86b574.tar.gz | |
Replace down_slave_nodes with a new field recoverable_slaves with different semantics: this field is intended to show all nodes that contain a slave, even if they are running. That means we don't have to worry about race conditions when getting nodes into the field at shutdown.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index b925dffc01..7627ed431e 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -57,7 +57,7 @@ arguments, %% immutable pid, %% durable (just so we know home node) slave_pids, sync_slave_pids, %% transient - down_slave_nodes, %% durable + recoverable_slaves, %% durable policy, %% durable, implicit update as above gm_pids, %% transient decorators, %% transient, recalculated as above |
