]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] stick-tables: add support for arguments to data_types
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Jun 2010 07:11:39 +0000 (09:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:13 +0000 (18:04 +0200)
commit888617dc3bdd750698fb6c2288bf8f8c53a95544
tree27a3d1b7b95bb879e0841a52e5cee9660e400bf1
parentb084e9ccb97e533c192e2a42a4929d183dc32c76
[MEDIUM] stick-tables: add support for arguments to data_types

Some data types will require arguments (eg: period for a rate counter).
This patch adds support for such arguments between parenthesis in the
"store" directive of the stick-table statement. Right now only integers
are supported.
include/proto/stick_table.h
include/types/stick_table.h
src/cfgparse.c