vio_iov_set_flags()

Handle setting or clearing flags in a vio_iov structure

Synopsis:

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

Arguments:

iov
The object to manipulate.
flags
The new value for the flags.

Returns:

EOK for success; an error code otherwise.