]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: implement the stream_int_notify() function
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2015 16:40:09 +0000 (18:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 19:16:02 +0000 (21:16 +0200)
commit615f28bec1aace96133550ba0e4895a463196968
treeded9db5ed9c2fdc17cb4358046cf523db2c0cffc
parentea3cc48d6463bdd8fb96963d4bfc82654fb17820
MINOR: stream-int: implement the stream_int_notify() function

stream_int_notify() was taken from the common part between si_conn_wake_cb()
and si_applet_done(). It is designed to report activity to a stream from
outside its handler. It'll generally be used by lower layers to report I/O
completion but may also be used by remote streams if the buffer processing
is shared.
include/proto/stream_interface.h
src/stream_interface.c