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
commitb9d5c4d41195b0bdb315c5df4eb138a3a33e353b (patch)
tree68f803ce4c96fa53fb540b1e736883a6f0939376 /include
parent78f055926cc685cd2e94b8b899d0eb6d18203671 (diff)
downloadrabbitmq-server-b9d5c4d41195b0bdb315c5df4eb138a3a33e353b.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 fff92205..19fc8ff7 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()