data used to initialize a new created thread … More...
#include <LibMqMsgque_mq.h>
Data Fields | |
bool | isUsed |
is the object used and initialisation-flag | |
MQ_CTX | tmpl |
calling (parent) context | |
MQ_FCT | factory |
server configuration (memory belongs to caller) | |
MkBufferStream16384R | argvR |
command-line arguments, owned by SysServerThread | |
MK_RT | mkrt |
runtime used to intialize the new thread-runtime | |
MQ_SOCK_HDL | socket |
"accept" socket for the new thread | |
MK_PTR | threadData |
thread-data to set after new runtime was initialized | |
data used to initialize a new created thread …
Definition at line 2639 of file LibMqMsgque_mq.h.
MkBufferStream16384R MqSysServerThreadMainS::argvR |
command-line arguments, owned by SysServerThread
Definition at line 2643 of file LibMqMsgque_mq.h.
MQ_FCT MqSysServerThreadMainS::factory |
server configuration (memory belongs to caller)
Definition at line 2642 of file LibMqMsgque_mq.h.
bool MqSysServerThreadMainS::isUsed |
is the object used and initialisation-flag
Definition at line 2640 of file LibMqMsgque_mq.h.
MK_RT MqSysServerThreadMainS::mkrt |
runtime used to intialize the new thread-runtime
Definition at line 2646 of file LibMqMsgque_mq.h.
MQ_SOCK_HDL MqSysServerThreadMainS::socket |
"accept" socket for the new thread
Definition at line 2647 of file LibMqMsgque_mq.h.
MK_PTR MqSysServerThreadMainS::threadData |
thread-data to set after new runtime was initialized
Definition at line 2649 of file LibMqMsgque_mq.h.
MQ_CTX MqSysServerThreadMainS::tmpl |
calling (parent) context
Definition at line 2641 of file LibMqMsgque_mq.h.