summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-11-27 18:23:13 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2012-11-27 18:23:13 +0000
commit615ff0d8f91b95112616c9af05b48bec93e5377b (patch)
tree2e71b47f08f323225e61e1926abda8a98c10bf6d /include/rabbit.hrl
parent3b58d435d3a5fe4775d810af4ed4c53a5034def7 (diff)
parent42d19be46fbcc0381a0076c40ddea7d9ce212134 (diff)
downloadrabbitmq-server-git-615ff0d8f91b95112616c9af05b48bec93e5377b.tar.gz
re-merge bug25303 into default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index b2832b456d..0ccb80bf02 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -78,8 +78,7 @@
-record(event, {type, props, timestamp}).
--record(message_properties, {expiry, needs_confirming = false,
- delivered = false}).
+-record(message_properties, {expiry, needs_confirming = false}).
-record(plugin, {name, %% atom()
version, %% string()