summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-02-03 13:09:56 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-02-03 13:09:56 +0000
commita40bde695fed107fab93c541f7e583ba4cd586b2 (patch)
treec4e7e57c503ac767c384914243badea4784f0887 /include
parent816b8fdc111deae47465edab60665c02821c613f (diff)
downloadrabbitmq-server-a40bde695fed107fab93c541f7e583ba4cd586b2.tar.gz
Take account of arguments in rabbit_topic_trie_binding.bug25991
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 6d117e3d..6f6f4244 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}).