|
theLink 10.0
|
needed to "run-over-all-slaves" → example: MqRouteGetTree More...
#include <LibMqMsgque_mq.h>
Collaboration diagram for MqLinkSlaveS:Public Attributes | |
| MQ_CTX | context |
| link to MQ and initialisation-flag | |
| MQ_CTX * | slaves |
| SLAVE: 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 991 of file LibMqMsgque_mq.h.
| MQ_CTX MqLinkSlaveS::context |
link to MQ and initialisation-flag
Definition at line 992 of file LibMqMsgque_mq.h.
| MK_NUM MqLinkSlaveS::size |
size of slaves[]
Definition at line 997 of file LibMqMsgque_mq.h.
| MQ_CTX* MqLinkSlaveS::slaves |
SLAVE: null, MASTER a list of pointers of slave objects.
Definition at line 995 of file LibMqMsgque_mq.h.
| MK_NUM MqLinkSlaveS::used |
number of slave objects in slaves[]
Definition at line 996 of file LibMqMsgque_mq.h.