summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-02-10 14:38:34 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-02-10 14:38:34 +0000
commitea47f993c30267de8a16180f3c406e773cd79490 (patch)
treeb2e201e9cc17a260673ffbed56c2354bc0c21850 /include
parent7f750a915d224aecd8f156be0a9aac2c2a5b4550 (diff)
parent30d56f369d7c6d2718c414d0d83727baedb1acee (diff)
downloadrabbitmq-server-ea47f993c30267de8a16180f3c406e773cd79490.tar.gz
Merge in default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 00f7341f..19eef65a 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -60,7 +60,7 @@
-record(trie_node, {exchange_name, node_id}).
-record(trie_edge, {exchange_name, node_id, word}).
--record(trie_binding, {exchange_name, node_id, destination}).
+-record(trie_binding, {exchange_name, node_id, destination, arguments}).
-record(listener, {node, protocol, host, ip_address, port}).