Next: , Previous: , Up: Database Methods   [Contents][Index]


4.3.16 blonde_sync_detail

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.