summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-21 12:30:39 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-21 12:30:39 +0100
commitda8babfe18274eae7887161d92631ea9efccf215 (patch)
treeb415e44d8221437cea363a982733b7c84ab28073 /include/rabbit.hrl
parent9a2ec18d5ca5b946d381450cdc5af5df2eb822e0 (diff)
parent9b7c7be80103ac00db23574cb22306f8ea76ae69 (diff)
downloadrabbitmq-server-git-da8babfe18274eae7887161d92631ea9efccf215.tar.gz
Merging default into bug23111
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 f924878d7a..ae672fc908 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -60,8 +60,8 @@
-record(route, {binding, value = const}).
-record(reverse_route, {reverse_binding, value = const}).
--record(binding, {exchange_name, key, queue_name, args = []}).
--record(reverse_binding, {queue_name, key, exchange_name, args = []}).
+-record(binding, {source, key, destination, args = []}).
+-record(reverse_binding, {destination, key, source, args = []}).
-record(listener, {node, protocol, host, port}).
@@ -70,7 +70,7 @@
-record(ssl_socket, {tcp, ssl}).
-record(delivery, {mandatory, immediate, txn, sender, message}).
--record(amqp_error, {name, explanation, method = none}).
+-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).