summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-01-12 14:37:20 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-01-12 14:37:20 +0000
commit75a472ee850bbc95e50d60f1fed5a13512f8d1e5 (patch)
tree3c279f4f4bfc3b3cbbaec185f842ef3d4de4b86e /include
parent29c0ecd4db98c3a7b15742388acd591fddc7f95b (diff)
downloadrabbitmq-server-git-75a472ee850bbc95e50d60f1fed5a13512f8d1e5.tar.gz
Flow control for messages going from channel to slave via GM. Reshuffle the flow control flag into #delivery{} to try to cut down on the number of places it gets passed around. Still to come: DTRT on promotion.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 9cbd978e42..b925dffc01 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -88,7 +88,7 @@
is_persistent}).
-record(ssl_socket, {tcp, ssl}).
--record(delivery, {mandatory, confirm, sender, message, msg_seq_no}).
+-record(delivery, {mandatory, confirm, sender, message, msg_seq_no, flow}).
-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, reference = undefined, timestamp}).