]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] session: remove data_source from struct session
authorWilly Tarreau <w@1wt.eu>
Sun, 13 Feb 2011 13:36:41 +0000 (14:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Mar 2011 22:32:15 +0000 (23:32 +0100)
commit75581aebb0211b3987b47c2de96d84a9c9c1344d
tree6cdc90d7dbc9ad7b7bb086a6b0daee70bc3eb181
parent71904a4ee871ffb0c9a98506545d45441328c7a9
[CLEANUP] session: remove data_source from struct session

This one was only used for logging purposes, it's not needed
anymore.
include/types/proto_http.h
include/types/session.h
src/dumpstats.c
src/frontend.c
src/peers.c
src/proto_http.c