vio_iov_set_flags()

Handle setting or clearing flags in a structvio__iov structure

Synopsis:

#include <qvm/vio.h>
int vio_iov_set_flags(struct vio_iov *iov,
                      int flags)

Arguments:

iov
object to manipulate
flags
new value for the flags

Library:

Provided by qvm; no external library is required.

Returns:

EOK for success; an error code otherwise.