diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-10 14:38:34 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-10 14:38:34 +0000 |
| commit | 791baeba6490b9712110c5c93a0548c5d615e21a (patch) | |
| tree | b2e201e9cc17a260673ffbed56c2354bc0c21850 /include | |
| parent | e0ef32db6808756e85aac8480c7a6cdd4a03d1b3 (diff) | |
| parent | 5cb24141d912924d25b51094e8d4cb8bcabb78df (diff) | |
| download | rabbitmq-server-git-791baeba6490b9712110c5c93a0548c5d615e21a.tar.gz | |
Merge in default
Diffstat (limited to 'include')
| -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 00f7341f50..19eef65add 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}). |
