summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-07-14 16:33:50 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-07-14 16:33:50 +0100
commit715a7ed538da2d1a60c43693e1bab12de3e59055 (patch)
tree094add583e14debe81804fe5a01bcb1278c88ff5 /include/rabbit.hrl
parente039aa57fca1722680dc7334fc153b126b866d27 (diff)
parent1415c54ab973255fd547cbccfb805cb75ddab6a7 (diff)
downloadrabbitmq-server-git-715a7ed538da2d1a60c43693e1bab12de3e59055.tar.gz
Merging default to bug24230
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 00b7e6e9b7..ac6399c64e 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -42,7 +42,8 @@
-record(resource, {virtual_host, kind, name}).
--record(exchange, {name, type, durable, auto_delete, internal, arguments}).
+-record(exchange, {name, type, durable, auto_delete, internal, arguments,
+ scratch}).
-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,
@@ -67,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}).