1iob_reset(3) Library Functions Manual iob_reset(3)
23
4
NAME
6iob_reset - reset an I/O batch
7
SYNTAX
9#include <iob.h>
1011
void iob_reset(io_batch* b);
12
DESCRIPTION
14iob_free empties the list of transactions in an I/O batch. Files added
15with iob_addfile_close are closed, and buffer added with
16iob_addbuf_free of iob_adds_free are freed.
1718
The I/O batch itself is not freed. You can start adding transactions
19to it again.
20
SEE ALSO
22iob_new(3), iob_reset(3)
2324
25
26
iob_reset(3)