mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
API: nvim__stats()
Use it to verify fsync() behavior.
This commit is contained in:
@@ -629,6 +629,7 @@ int os_fsync(int fd)
|
||||
{
|
||||
int r;
|
||||
RUN_UV_FS_FUNC(r, uv_fs_fsync, fd, NULL);
|
||||
g_stats.fsync++;
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user