needed to "run-over-all-slaves" → example: MqRouteGetTree More...
#include <LibMqMsgque_mq.h>
Data Fields | |
MQ_CTX | context |
link to MQ and initialisation-flag | |
MQ_CTX * | slaves |
SLAVE: MK_NULL , MASTER a list of pointers of slave objects. | |
MK_NUM | used |
number of slave objects in slaves[] | |
MK_NUM | size |
size of slaves[] | |
needed to "run-over-all-slaves" → example: MqRouteGetTree
Definition at line 994 of file LibMqMsgque_mq.h.
MQ_CTX MqLinkSlaveS::context |
link to MQ and initialisation-flag
Definition at line 995 of file LibMqMsgque_mq.h.
MK_NUM MqLinkSlaveS::size |
size of slaves[]
Definition at line 1000 of file LibMqMsgque_mq.h.
MQ_CTX* MqLinkSlaveS::slaves |
SLAVE: MK_NULL
, MASTER a list of pointers of slave objects.
Definition at line 998 of file LibMqMsgque_mq.h.
MK_NUM MqLinkSlaveS::used |
number of slave objects in slaves[]
Definition at line 999 of file LibMqMsgque_mq.h.