summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMarek Majkowski <marek@rabbitmq.com>2011-02-25 12:10:57 +0000
committerMarek Majkowski <marek@rabbitmq.com>2011-02-25 12:10:57 +0000
commitbe4b20cfb43c4f687af10e71c518f792c6606291 (patch)
treec6dac4f33a445580bd65f808ea2b5e274cbddad9 /include/rabbit.hrl
parentd2cf22aff35196b9c778f47a0c47324293370687 (diff)
parent79740987af7ce6a60d661513a9dddbab889dcdfc (diff)
downloadrabbitmq-server-git-be4b20cfb43c4f687af10e71c518f792c6606291.tar.gz
bug23278 merged into default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 24d0f96149..b9a01735b3 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -54,6 +54,12 @@
-record(binding, {source, key, destination, args = []}).
-record(reverse_binding, {destination, key, source, args = []}).
+-record(topic_trie_edge, {trie_edge, node_id}).
+-record(topic_trie_binding, {trie_binding, value = const}).
+
+-record(trie_edge, {exchange_name, node_id, word}).
+-record(trie_binding, {exchange_name, node_id, destination}).
+
-record(listener, {node, protocol, host, ip_address, port}).
-record(basic_message, {exchange_name, routing_key, content, guid,