Notify table algo aboute runtime data change on table flush.

This commit is contained in:
Alexander V. Chernikov 2014-10-07 16:46:11 +00:00
parent 8ebca97f5e
commit 79e86902e9

View File

@ -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.
*/