summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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}).