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
commit791baeba6490b9712110c5c93a0548c5d615e21a (patch)
treeb2e201e9cc17a260673ffbed56c2354bc0c21850 /include
parente0ef32db6808756e85aac8480c7a6cdd4a03d1b3 (diff)
parent5cb24141d912924d25b51094e8d4cb8bcabb78df (diff)
downloadrabbitmq-server-git-791baeba6490b9712110c5c93a0548c5d615e21a.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 00f7341f50..19eef65add 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}).