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