Structs§
Functions§
- set_
flags - Set file status flags (cf. fcntl(2)).
- splice_
loop - Loop while reading and writing from one file descriptor to another using
splice(2). The loop stop whendo_flushis set totrue. At the end, a flush event is send toflush_eventif any. - unset_
append_ flag - Return the original
fdstatus flags if modified (cf. fcntl(2)).