]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] stick-table: make use of generic types for stored data
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Jul 2010 06:04:30 +0000 (08:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:14 +0000 (18:04 +0200)
commit3b9c6e053e78c9a42155fdddc3500feb51164836
tree4f50ee956490ffbe337a2fdede564d6ba022a34b
parent795e4a93dd4c4616928bd48e7f6232433399f0df
[MEDIUM] stick-table: make use of generic types for stored data

It's a bit cumbersome to have to know all possible storable types
from the stats interface. Instead, let's have generic types for
all data, which will facilitate their manipulation.
include/proto/stick_table.h
include/types/stick_table.h
src/dumpstats.c
src/stick_table.c