summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-02-03 17:47:22 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-02-03 17:47:22 +0000
commite83b38912bf9ed5dd812656f8b97cd87410da80d (patch)
treecf6449dc860a3f9d9547040064dafa78fbcb9487 /include
parent285e8e1d9407842f1834a21d486e9a9a377d7c18 (diff)
parentaa81f3531d6e7d65809d7369adbec57aab490dae (diff)
downloadrabbitmq-server-git-e83b38912bf9ed5dd812656f8b97cd87410da80d.tar.gz
Merge bug24408 (again)
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 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}).