summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2014-01-23 17:11:10 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2014-01-23 17:11:10 +0000
commit6ae700cecbe147708baa795ccd14bb523ee433d4 (patch)
tree76af9679b475bfa52c5a5c4e32c22a01c0a5d857 /include
parent9d95f9d193706d5ae6ce153a2eda3518cf6e90b9 (diff)
parent07a1bab90e0d4cbc9da8e532f1ec10cf2832c055 (diff)
downloadrabbitmq-server-git-6ae700cecbe147708baa795ccd14bb523ee433d4.tar.gz
merge bug24408 into default
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 8b42cdea15..6d117e3d6f 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, confirm, sender, message, msg_seq_no}).
-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).