]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stick_table: provide functions to return stksess data from a type
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Jun 2010 14:06:52 +0000 (16:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 13:10:25 +0000 (15:10 +0200)
commit68129b90eb16e1281848b614f97ab6c8564a5662
treedeb76e16fd49d357f9ea2d41fd32eca784ffdb9d
parent056f5683e36e2b41b193f45fc538422961477c80
[MINOR] stick_table: provide functions to return stksess data from a type

This function does the indirection job in the table to find the pointer
to the real data matching the requested type.
include/proto/stick_table.h
include/types/stick_table.h
src/stick_table.c