summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-02-03 14:21:34 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-02-03 14:21:34 +0000
commitaa81f3531d6e7d65809d7369adbec57aab490dae (patch)
treec4e7e57c503ac767c384914243badea4784f0887 /include/rabbit.hrl
parent8f72010f8db07304bcbefe7cfb0c3e8c288773a1 (diff)
parent8807b832fc99da9d78d6f6750c4e996ecad2264b (diff)
downloadrabbitmq-server-git-aa81f3531d6e7d65809d7369adbec57aab490dae.tar.gz
Merge bug 25991
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 6d117e3d6f..6f6f424492 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}).