object responsible to manage a client/server link data More...
#include <LibMqMsgque_mq.h>
Public Attributes | |
MK_STRB | targetIdent [MqLinkS_targetIdent_size] |
MK_NUM | ctxId |
the ctxId of this MqContextS object | |
MQ_CTX | ctxIdP |
the initial (first) context (home of the ctxIdA) | |
struct MqEnvS | protect |
important part for consistency | |
struct MqEnvS * | protectStack |
work together with MqEnvProtect and MqEnvRestore | |
struct MqLinkSlaveS | slave |
link to the SLAVE object | |
MK_BINB | private_variables [40648] |
object responsible to manage a client/server link data
Definition at line 1002 of file LibMqMsgque_mq.h.
MK_NUM MqLinkS::ctxId |
the ctxId of this MqContextS object
Definition at line 1013 of file LibMqMsgque_mq.h.
MQ_CTX MqLinkS::ctxIdP |
the initial (first) context (home of the ctxIdA)
Definition at line 1014 of file LibMqMsgque_mq.h.
MK_BINB MqLinkS::private_variables[40648] |
Definition at line 1024 of file LibMqMsgque_mq.h.
struct MqEnvS MqLinkS::protect |
important part for consistency
Definition at line 1017 of file LibMqMsgque_mq.h.
struct MqEnvS* MqLinkS::protectStack |
work together with MqEnvProtect and MqEnvRestore
Definition at line 1018 of file LibMqMsgque_mq.h.
struct MqLinkSlaveS MqLinkS::slave |
link to the SLAVE object
Definition at line 1021 of file LibMqMsgque_mq.h.
MK_STRB MqLinkS::targetIdent[MqLinkS_targetIdent_size] |
Definition at line 1010 of file LibMqMsgque_mq.h.