commit | f54f8bdd8d2a40417e0fa03bdf8dfa5a4de73cfc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 23 19:53:55 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 23 19:53:55 2008 +0100 |
tree | 73b43ffa5eccad4cb4993bd33e29719b026e82cb | |
parent | 0a5d5ddeb98f37149c04e6f729f0320b9a15957c [diff] |
[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.