Write a message to a client
#include <sys/resmgr.h>
int resmgr_msgwritev( resmgr_context_t *ctp,
const iov_t *smsg,
int sparts,
int offset );
libc
The resmgr_msgwritev() function is a cover function for MsgWritev(), and performs the exact same functionality. It is provided for consistency with resmgr_msgwrite().
The number of bytes written, or -1 if an error occurred (errno is set).
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
MsgWritev(), resmgr_msgwrite()