commit | 20d46a5a95db0bd5d0a74024fede7e617ee20d0a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 09 15:55:40 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 09 15:57:16 2012 +0100 |
tree | 3ba9890bec977a64c24335abf52a3f43195cd397 | |
parent | 4a55060aa631a4296adba15a4a4ababee5856ef1 [diff] |
CLEANUP: session: use an array for the stick counters The stick counters were in two distinct sets of struct members, causing some code to be duplicated. Now we use an array, which enables some processing to be performed in loops. This allowed the code to be shrunk by 700 bytes.