summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-09-26 18:09:06 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-09-26 18:09:06 +0100
commit1fc1f219f7b966f486c580fbcd2fd0da396fc3d7 (patch)
tree68f803ce4c96fa53fb540b1e736883a6f0939376 /include
parent54fd0701e1e2fcba4c2aa7def75622f641f2e23c (diff)
downloadrabbitmq-server-git-1fc1f219f7b966f486c580fbcd2fd0da396fc3d7.tar.gz
Stick redelivered in #message_properties, which makes the diff rather smaller.
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 fff922057d..19fc8ff75b 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -78,7 +78,8 @@
-record(event, {type, props, timestamp}).
--record(message_properties, {expiry, needs_confirming = false}).
+-record(message_properties, {expiry, needs_confirming = false,
+ redelivered = false}).
-record(plugin, {name, %% atom()
version, %% string()