]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stktable: add a stktable_update_key() function
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Jun 2010 10:27:21 +0000 (12:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:14 +0000 (18:04 +0200)
commit1f7e925d6a5496fd7c32f690b19a2a2ce11264fb
tree099e4dc802f5124a2426c6cf9679c9e74197a941
parent6c59e0a9423c9a8b92d596f4647379d0ce07f0b2
[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.
include/proto/stick_table.h
src/session.c
src/stick_table.c