summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-07-14 11:48:37 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-07-14 11:48:37 +0100
commit07485be0b7890d6645239d2cd1fc8794e9232390 (patch)
tree61d93a2aa8a87e5cf7d07777135b9e023a63c34f /include/rabbit.hrl
parent0b2bc19e987644d69c49398c722fb896cb335cd8 (diff)
parent13142c3eb0e1c8ccdcb0933d8aa93ae2fe395f86 (diff)
downloadrabbitmq-server-git-07485be0b7890d6645239d2cd1fc8794e9232390.tar.gz
Merging default to bug24130
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 9c594b0521..ac6399c64e 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -68,8 +68,7 @@
is_persistent}).
-record(ssl_socket, {tcp, ssl}).
--record(delivery, {mandatory, immediate, txn, sender, message,
- msg_seq_no}).
+-record(delivery, {mandatory, immediate, sender, message, msg_seq_no}).
-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).