]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: call stream_int_update() from si_update()
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 08:59:38 +0000 (10:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 16:07:16 +0000 (18:07 +0200)
commit5d5b2fecac824f6149151934a6935e251ca477ed
treed16d00d067268655cf394e9da7bcd2173ee4a5c0
parent452c7d5d936a7eed60bbd9f2758c525b942eb165
MEDIUM: stream-int: call stream_int_update() from si_update()

Now the call to stream_int_update() is moved to si_update(), which
is exclusively called from the stream, so that the socket layer may
be updated without updating the stream layer. This will later permit
to call it individually from other places (other tasks or applets for
example).
include/proto/stream_interface.h
src/stream_interface.c