Function bitcoin_block::file_commit
source · pub fn file_commit(file: *mut FILE) -> boolExpand description
| Ensure file contents are fully committed | to disk, using a platform-specific | feature analogous to fsync(). |
pub fn file_commit(file: *mut FILE) -> bool| Ensure file contents are fully committed | to disk, using a platform-specific | feature analogous to fsync(). |