summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-01-22 11:55:35 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-01-22 11:55:35 +0000
commit3a29d0d519589d8aba1011d85ae36e93e75a2989 (patch)
tree0f26cd77ee141e4002ffaa239dc38c540e743c1a /include
parent860e1265688f1d56150b6a980e3460829ae4751e (diff)
downloadrabbitmq-server-3a29d0d519589d8aba1011d85ae36e93e75a2989.tar.gz
Substantially improve both performance and correctness: 1) really don't treat presence of MsgSeqNo as a cue we are doing confirms, and 2) get the right dtree function when we receive a MsgSeqNo.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 8b42cdea..ba52a407 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -70,7 +70,7 @@
is_persistent}).
-record(ssl_socket, {tcp, ssl}).
--record(delivery, {mandatory, sender, message, msg_seq_no}).
+-record(delivery, {mandatory, confirmed, sender, message, msg_seq_no}).
-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).