logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iob_reset - reset an I/O batch

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.

Name

       iob_reset - reset an I/O batch

See Also

iob_new(3), iob_reset(3)

                                                                                                    iob_reset(3)

Syntax

#include<libowfat/iob.h>

       void iob_reset(io_batch* b);

See Also