For internal use only.
This structure is used by st_flush() in its call to ht_flush(). The structure contains state that ht_flush() cannot directly pass to _st_flush_iter().
Definition at line 41 of file st_flush.c.
Data Fields | |
smat_table_t * | sf_table |
smat_iter_t | sf_flush |
void * | sf_extra |
|
Extra data. Definition at line 44 of file st_flush.c. Referenced by _st_flush_iter(), and st_flush(). |
|
Flush function. Definition at line 43 of file st_flush.c. Referenced by _st_flush_iter(), and st_flush(). |
|
Pointer to the smat table. Definition at line 42 of file st_flush.c. Referenced by _st_flush_iter(), and st_flush(). |