commit | eb23e3e2434653c86f55ef8fe83a3834c1ecced8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 12 09:56:08 2022 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 12 14:19:05 2022 +0200 |
tree | d0582721ca075cd6a01061ef464a6035d3d70b7f | |
parent | e3f5ae895ac098c569e1e8dbc22db6900ba9737c [diff] |
MINOR: stick-table: split stktable_store() between key and requeue __staktable_store() performs two distinct things, one is to insert a key and the other one is to requeue the task's expiration date. Since the latter might be done without a lock, let's first split the function in two halves. For now this has no impact.