summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-09-15 15:39:23 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-09-15 15:39:23 +0100
commit283503dad3026ab0417b45084def92e661c36c68 (patch)
tree0500a6df3a0c27d4cf1c013ce29d6daae774361d /include
parent5b05113acc65775b5c7ef3373984c5db7e54ce81 (diff)
downloadrabbitmq-server-git-283503dad3026ab0417b45084def92e661c36c68.tar.gz
Reify queue crashed state.
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 5e41ea93bf..74e165cd9b 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -55,7 +55,8 @@
down_slave_nodes, %% durable
policy, %% durable, implicit update as above
gm_pids, %% transient
- decorators}). %% transient, recalculated as above
+ decorators, %% transient, recalculated as above
+ state}). %% durable (have we crashed?)
-record(exchange_serial, {name, next}).