summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2012-09-24 12:17:23 +0100
committerTim Watson <tim@rabbitmq.com>2012-09-24 12:17:23 +0100
commitb8d5a0ca8a62dcd14062821faedf2ec3a0cec216 (patch)
tree7da5192ebb2d876a93b858aae75667a082ad71a4 /include
parent61f0808ed9470cad6146c694e8431b5f19825360 (diff)
parent70de5d805e9165a80c570d0edab52b203189a5a6 (diff)
downloadrabbitmq-server-git-b8d5a0ca8a62dcd14062821faedf2ec3a0cec216.tar.gz
merge default into bug25148
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 d6fac46db7..fff922057d 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -73,7 +73,7 @@
is_persistent}).
-record(ssl_socket, {tcp, ssl}).
--record(delivery, {mandatory, immediate, sender, message, msg_seq_no}).
+-record(delivery, {mandatory, sender, message, msg_seq_no}).
-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).