Notify table algo aboute runtime data change on table flush.
This commit is contained in:
parent
8ebca97f5e
commit
79e86902e9
@ -1280,6 +1280,10 @@ restart:
|
||||
tc->ti = ti_new;
|
||||
tc->count = 0;
|
||||
|
||||
/* Notify algo on real @ti address */
|
||||
if (ta->change_ti != NULL)
|
||||
ta->change_ti(tc->astate, &tablestate[kidx]);
|
||||
|
||||
/*
|
||||
* Stage 4: unref values.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user