Next: blonde_turn_detail, Previous: blonde_stat_detail, Up: Database Methods [Contents][Index]
extern int blonde_sync_detail(void *);
The function flushes in core data to disk for the $1 database. What it actually does is to call fdatasync(2) for the opened database files.
It only makes sense to call the function after data has been written to file (after a blonde_ever_detail call).
See blonde_ever_detail.