]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] maintain a global session list in order to ease debugging
authorWilly Tarreau <w@1wt.eu>
Sun, 23 Nov 2008 18:53:55 +0000 (19:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 23 Nov 2008 18:53:55 +0000 (19:53 +0100)
commitf54f8bdd8d2a40417e0fa03bdf8dfa5a4de73cfc
tree73b43ffa5eccad4cb4993bd33e29719b026e82cb
parent0a5d5ddeb98f37149c04e6f729f0320b9a15957c
[MINOR] maintain a global session list in order to ease debugging

Now the global variable 'sessions' will be a dual-linked list of all
known sessions. The list element is set at the beginning of the session
so that it's easier to follow them all with gdb.
include/proto/session.h
include/types/session.h
src/client.c
src/proto_uxst.c
src/session.c