]> git.kaiwu.me - haproxy.git/commit
MINOR: stream: pass the pointer to the origin explicitly to stream_new()
authorWilly Tarreau <w@1wt.eu>
Wed, 8 Apr 2015 16:26:29 +0000 (18:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Apr 2015 16:26:29 +0000 (18:26 +0200)
commit73b65acd46dda979577f667729e36966f8e0b511
tree1830433d9f61d1ab0a3f45fa5e0314ece68fd834
parent678be62981a59641025608291760232f821b38a9
MINOR: stream: pass the pointer to the origin explicitly to stream_new()

We don't pass sess->origin anymore but the pointer to the previous step. Now
it should be much easier to chain elements together once applets are moved out
of streams. Indeed, the session is only used for configuration and not for the
dynamic chaining anymore.
include/proto/stream.h
src/hlua.c
src/peers.c
src/session.c
src/stream.c