commit | 888617dc3bdd750698fb6c2288bf8f8c53a95544 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 20 09:11:39 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 10 18:04:13 2010 +0200 |
tree | 27a3d1b7b95bb879e0841a52e5cee9660e400bf1 | |
parent | b084e9ccb97e533c192e2a42a4929d183dc32c76 [diff] |
[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.