MINOR: session: remove the list of streams from struct session
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Oct 2017 19:32:53 +0000 (21:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Oct 2017 20:32:05 +0000 (22:32 +0200)
commitbf08beb2a349403c3b491831fc7e5d3d8d518566
tree84c53bb6bf82cc8935e94d3429095338b2b8a0db
parentc939835f77f9785e96380949c13b290abac7e4c2
MINOR: session: remove the list of streams from struct session

Commit bcb86ab ("MINOR: session: add a streams field to the session
struct") added this list of streams that is not needed anymore. Let's
get rid of it now.
include/types/session.h
include/types/stream.h
src/peers.c
src/session.c
src/stream.c