summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Harrop <rob@rabbitmq.com>2011-02-21 15:34:33 +0000
committerRob Harrop <rob@rabbitmq.com>2011-02-21 15:34:33 +0000
commit443296009f45d631dde279a0b1b9549641643701 (patch)
treee08398da6b951ab0b51acae35dff267fc0633de8 /include
parente94c1299c2256610adafec351cedb0b316e220e3 (diff)
parentf2f4bc9bac12179a236f6a385e5c728dcf8bad18 (diff)
downloadrabbitmq-server-git-443296009f45d631dde279a0b1b9549641643701.tar.gz
Merge bug21440 into default (again)
Diffstat (limited to 'include')
-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,