2005-03-08 14:56:36 +00:00
|
|
|
.TH iob_reset 3
|
|
|
|
.SH NAME
|
|
|
|
iob_reset \- reset an I/O batch
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/iob.h>
|
2005-03-08 14:56:36 +00:00
|
|
|
|
|
|
|
void \fBiob_reset\fP(io_batch* b);
|
|
|
|
.SH DESCRIPTION
|
|
|
|
iob_free empties the list of transactions in an I/O batch. Files added
|
|
|
|
with iob_addfile_close are closed, and buffer added with iob_addbuf_free
|
|
|
|
of iob_adds_free are freed.
|
|
|
|
|
|
|
|
The I/O batch itself is not freed. You can start adding transactions to
|
|
|
|
it again.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
iob_new(3), iob_reset(3)
|