summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-09-17 14:15:11 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-09-17 14:15:11 +0100
commitddf7763729950ad71d782818b3bb105f95e458e9 (patch)
tree120e2ceac0bd8d1912ca12aa06e5dec03d93ac83 /include
parent27ef3f0d08dd6d1246b16a1886b1218879917de0 (diff)
downloadrabbitmq-server-ddf7763729950ad71d782818b3bb105f95e458e9.tar.gz
nuke 'immediate'bug23896
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 d6fac46d..fff92205 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}).