summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-11-27 14:09:12 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-11-27 14:09:12 +0000
commit42d19be46fbcc0381a0076c40ddea7d9ce212134 (patch)
tree8e16d2326463800714f6b474e76d1c6a741a49a0 /include
parentac20bd9caed0af14e472db3858c255dbddd8d981 (diff)
parente3a5033d09468661d401ec465b509c7e8a14f638 (diff)
downloadrabbitmq-server-git-42d19be46fbcc0381a0076c40ddea7d9ce212134.tar.gz
Merge bug25323
Diffstat (limited to 'include')
-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()