commit | db52d9087a27686bdfbe438aacf968e04b36f9d4 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 17 10:12:52 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 05 08:33:35 2019 +0200 |
tree | c37ec7d2b83eb5500badf338afce528a590cde9e | |
parent | 5ad57ea85fe8da992dfc04fb2ca3e1b5b10c3e16 [diff] |
MINOR: cfgparse: Space allocation for "server_name" stick-table data type. When parsing sticking rules, with this patch we reserve some room for the new "server_name" stick-table data type, as this is already done for "server_id", setting the offset and used space (in bytes) in the stick-table entry thanks to stkable_alloc_data_type().