summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2014-02-10 19:23:08 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2014-02-10 19:23:08 +0000
commiteddc6987afbf130c709fe0170f111e236e66f4fd (patch)
treeadf8e50087407994ab6b7eea88b7992db9f6db07 /include
parent362a5b666c1a9148ed5ccb040d25d37d36c68ccc (diff)
parent5339f0a0afbe4fe1fae656ecf6222c52330a6147 (diff)
downloadrabbitmq-server-git-eddc6987afbf130c709fe0170f111e236e66f4fd.tar.gz
merge default into bug25853
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 6d117e3d6f..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}).
@@ -73,7 +73,7 @@
-record(delivery, {mandatory, confirm, sender, message, msg_seq_no}).
-record(amqp_error, {name, explanation = "", method = none}).
--record(event, {type, props, timestamp}).
+-record(event, {type, props, reference = undefined, timestamp}).
-record(message_properties, {expiry, needs_confirming = false}).