summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-10-13 16:36:33 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-10-13 16:36:33 +0100
commit5e3e05135c5640e124ea215c41454d77fb6407c2 (patch)
tree19978721c55f056ee3598e498ad2a5a23d666b4c /include/rabbit.hrl
parent343c47663a44feaae25e3bd63e8d1f7cd3c6dc51 (diff)
parent088c1f341fd3c5fb4f8bbcff8ecf0fd7bf86b1be (diff)
downloadrabbitmq-server-5e3e05135c5640e124ea215c41454d77fb6407c2.tar.gz
Merge default into bug21377
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 73a8ad97..af6e257a 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}).