gfs_pio_flush
flush a stream
- Provided by: libgfarm-dev (Version: 2.7.20+dfsg-1.3)
- Source: gfarm
- Report a bug
flush a stream
#include <gfarm/gfarm.h>
gfarm_error_t gfs_pio_flush(GFS_File gf);
The function gfs_pio_flush() forces a write of all user-space buffered data for the given output gf.
GFARM_ERR_NO_ERROR
GFARM_ERR_NO_MEMORY
Others