summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2014-02-05 16:24:11 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2014-02-05 16:24:11 +0000
commitbb4ccbfbfda1efead3c2dbae3f0cf06d2697e7d0 (patch)
tree73d47c777e929c4b8476e3818f771dbb1be7a886 /include/rabbit.hrl
parent70d58983fe9fc30b1c818e61666eaaaca1bee662 (diff)
parent642664dd4162f29503df8ce771f2ce03c34fa96d (diff)
downloadrabbitmq-server-git-bb4ccbfbfda1efead3c2dbae3f0cf06d2697e7d0.tar.gz
merge bug25980 into default
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}).