summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-01-19 15:55:06 +0000
committerVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-01-19 15:55:06 +0000
commit9b99266e92bbf03f9cbe4cd7f062e0c3e3c2904a (patch)
tree1a7c8e99b82d8bbf6838b087755d874d301e468a /include/rabbit.hrl
parenta3ff54bc80fbe7cef61edc4a53142204f99f8f38 (diff)
parent45a97a0535d43f2556cb8caa39af0ff00538ea5c (diff)
downloadrabbitmq-server-9b99266e92bbf03f9cbe4cd7f062e0c3e3c2904a.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 15f5d7c5..a4b80b09 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,