summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-06-24 22:36:22 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2011-06-24 22:36:22 +0100
commit08451c5322f9877ce36c4fabc7bfa0dac8329690 (patch)
tree404949c84beb96f54b47021213de699e22310e1b /include
parent4c6e1560a903ac514b1fe3a61b9ebdfe963a8083 (diff)
downloadrabbitmq-server-git-08451c5322f9877ce36c4fabc7bfa0dac8329690.tar.gz
tx gone from everywhere
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 00b7e6e9b7..3861df2a5e 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -67,8 +67,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}).