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".
* Task processing function to trash expired sticky sessions. A pointer to the
* 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;