summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-09-15 17:07:21 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-09-15 17:07:21 +0100
commitd103810bdc89b676a3e6b737712c169521fb3416 (patch)
treec3bb926a504bfa607067123d0ec3b0a378cc77ea /include
parent5b05113acc65775b5c7ef3373984c5db7e54ce81 (diff)
parentc664ae90a580c8508b32f9fc779d69f09e765eca (diff)
downloadrabbitmq-server-git-d103810bdc89b676a3e6b737712c169521fb3416.tar.gz
Merge bug26372
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}).