commit | 615f28bec1aace96133550ba0e4895a463196968 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 23 18:40:09 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 25 21:16:02 2015 +0200 |
tree | ded9db5ed9c2fdc17cb4358046cf523db2c0cffc | |
parent | ea3cc48d6463bdd8fb96963d4bfc82654fb17820 [diff] |
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.