mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-25 07:41:36 +02:00
MINOR: stick-tables: export process_table_expire()
This handler can take quite some time as it deletes a large number of entries under a lock, let's export it so that it's immediately visible in "show profiling".
This commit is contained in:
parent
f6c88421b7
commit
5c25daa170
@ -626,7 +626,7 @@ out_unlock:
|
|||||||
* Task processing function to trash expired sticky sessions. A pointer to the
|
* Task processing function to trash expired sticky sessions. A pointer to the
|
||||||
* task itself is returned since it never dies.
|
* task itself is returned since it never dies.
|
||||||
*/
|
*/
|
||||||
static struct task *process_table_expire(struct task *task, void *context, unsigned short state)
|
struct task *process_table_expire(struct task *task, void *context, unsigned short state)
|
||||||
{
|
{
|
||||||
struct stktable *t = context;
|
struct stktable *t = context;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user