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,
vio_iov_flags_t flags)Arguments:
- iov
- A pointer to the object to manipulate.
- flags
- The new value for the flags (see vio_iov_flags_t).
Returns:
EOK for success; an error code otherwise.
Page updated:
