Extend the MkErrorS with PythonMqMsgque specific features … More...
#include <LibMqMsgque_mq.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
struct MkExtensionS ext | ||
struct MkErrExtS errext | ||
} | super | |
char | errhint | |
MQ_CTXN | client_ctx | |
struct MqEnvS | client_protect | |
MQ_CTXN | server_ctx | |
struct MqEnvS | server_protect | |
Extend the MkErrorS with PythonMqMsgque specific features …
Definition at line 2745 of file LibMqMsgque_mq.h.
MQ_CTXN MqErrorS::client_ctx |
Definition at line 2759 of file LibMqMsgque_mq.h.
struct MqEnvS MqErrorS::client_protect |
Definition at line 2763 of file LibMqMsgque_mq.h.
struct MkErrExtS MqErrorS::errext |
Definition at line 2751 of file LibMqMsgque_mq.h.
char MqErrorS::errhint |
Definition at line 2757 of file LibMqMsgque_mq.h.
struct MkExtensionS MqErrorS::ext |
Definition at line 2750 of file LibMqMsgque_mq.h.
struct MkObjectS MqErrorS::obj |
Definition at line 2749 of file LibMqMsgque_mq.h.
MQ_CTXN MqErrorS::server_ctx |
Definition at line 2765 of file LibMqMsgque_mq.h.
struct MqEnvS MqErrorS::server_protect |
Definition at line 2769 of file LibMqMsgque_mq.h.
union { ... } MqErrorS::super |