diff --git a/src/stick_table.c b/src/stick_table.c index 5b5fdea90..54d9699a6 100644 --- a/src/stick_table.c +++ b/src/stick_table.c @@ -805,7 +805,7 @@ struct stksess *stktable_get_entry(struct stktable *table, struct stktable_key * return ts; } -static struct task *stktable_add_pend_updates(struct task *t, void *ctx, unsigned int state) +struct task *stktable_add_pend_updates(struct task *t, void *ctx, unsigned int state) { struct stktable *table = ctx; struct eb32_node *eb;