commit | 08d5f98294f689691d69c7ef377603fbd616843d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 06 13:34:54 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 15:10:24 2010 +0200 |
tree | e6283e8914e35c18aec0df226b293ae47ec91428 | |
parent | f0b38bfc33288508e4205c20cde793eb77c98c7d [diff] |
[MEDIUM] stick_table: add room for extra data types The stick_tables will now be able to store extra data for a same key. A limited set of extra data types will be defined and for each of them an offset in the sticky session will be assigned at startup time. All of this information will be stored in the stick table. The extra data types will have to be specified after the new "store" keyword of the "stick-table" directive, which will reserve some space for them.