commit | 1f7e925d6a5496fd7c32f690b19a2a2ce11264fb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 20 12:27:21 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 10 18:04:14 2010 +0200 |
tree | 099e4dc802f5124a2426c6cf9679c9e74197a941 | |
parent | 6c59e0a9423c9a8b92d596f4647379d0ce07f0b2 [diff] |
[MINOR] stktable: add a stktable_update_key() function This function looks up a key, updates its expiration date, or creates it if it was not found. acl_fetch_src_updt_conn_cnt() was updated to make use of it.