[CLEANUP] stick_table: rename some stksess struct members to avoid confusion
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Jun 2010 10:57:10 +0000 (12:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 13:10:23 +0000 (15:10 +0200)
commit86257dc116b9aced9799396a87f5f6e46fc28d5d
tree7883b9fedd0940f8d45acd78a3149efae0965e1f
parent393379c3e0a39aacc3d87065ae7cb7cbcc52cc7e
[CLEANUP] stick_table: rename some stksess struct members to avoid confusion

The name 'exps' and 'keys' in struct stksess was confusing because it was
the same name as in the table which holds all of them, while they only hold
one node each. Remove the trailing 's' to more clearly identify who's who.
include/types/stick_table.h
src/stick_table.c