summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-02-20 16:20:45 -0600
committerVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-02-20 16:20:45 -0600
commit79583cfc1757c01130ac68c8039843da9f7b1a70 (patch)
treef3bf5ccb98e5f3b1a58c7dd3aff2fda66f520270 /include/rabbit.hrl
parent8a9e54b4fc055973925a181fb1768934af16ae1d (diff)
parent2c57fb14475b2ff4022320882ca17f423f35971f (diff)
downloadrabbitmq-server-git-79583cfc1757c01130ac68c8039843da9f7b1a70.tar.gz
merging in from 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,