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 [40640] |
object responsible to manage a client/server link data
Definition at line 989 of file LibMqMsgque_mq.h.
MK_NUM libmqmsgque::MqLinkS::ctxId |
the ctxId of this MqContextS object
Definition at line 1000 of file LibMqMsgque_mq.h.
MQ_CTX libmqmsgque::MqLinkS::ctxIdP |
the initial (first) context (home of the ctxIdA)
Definition at line 1001 of file LibMqMsgque_mq.h.
MK_BINB libmqmsgque::MqLinkS::private_variables[40640] |
Definition at line 1011 of file LibMqMsgque_mq.h.
struct MqEnvS libmqmsgque::MqLinkS::protect |
important part for consistency
Definition at line 1004 of file LibMqMsgque_mq.h.
struct MqEnvS* libmqmsgque::MqLinkS::protectStack |
work together with MqEnvProtect and MqEnvRestore
Definition at line 1005 of file LibMqMsgque_mq.h.
struct MqLinkSlaveS libmqmsgque::MqLinkS::slave |
link to the SLAVE object
Definition at line 1008 of file LibMqMsgque_mq.h.
MK_STRB libmqmsgque::MqLinkS::targetIdent[MqLinkS_targetIdent_size] |
Definition at line 997 of file LibMqMsgque_mq.h.