]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] stick_table: move the server ID to a generic data type
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Jun 2010 14:40:39 +0000 (16:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 13:10:25 +0000 (15:10 +0200)
commit13c29dee21eff53916e60872202faac2c5668f68
tree3f2e317e0e8aa1f3f4e92ae5e7a247a1e9b88cd7
parent68129b90eb16e1281848b614f97ab6c8564a5662
[MEDIUM] stick_table: move the server ID to a generic data type

The server ID is now stored just as any other data type. It is only
allocated if needed and is manipulated just like the other ones.
doc/configuration.txt
include/types/stick_table.h
src/cfgparse.c
src/session.c
src/stick_table.c