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