Context information that's passed between resource-manager functions
#include <sys/resmgr.h>
typedef struct _resmgr_context {
int rcvid;
struct _msg_info info;
resmgr_iomsgs_t *msg;
dispatch_t *dpp;
int id;
unsigned tid;
unsigned msg_max_size;
int status;
int offset;
int size;
iov_t iov[1];
} resmgr_context_t;
BlackBerry 10.0.0
The resmgr_context_t structure defines context information that's passed to resource-manager functions.
The members include: