diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-03 13:09:56 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-03 13:09:56 +0000 |
| commit | 8807b832fc99da9d78d6f6750c4e996ecad2264b (patch) | |
| tree | c4e7e57c503ac767c384914243badea4784f0887 /include/rabbit.hrl | |
| parent | 8f72010f8db07304bcbefe7cfb0c3e8c288773a1 (diff) | |
| download | rabbitmq-server-git-8807b832fc99da9d78d6f6750c4e996ecad2264b.tar.gz | |
Take account of arguments in rabbit_topic_trie_binding.
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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}). |
