theLink 10.0
|
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_RT | mqrt |
runtime used to intialize the new thread-runtime | |
MK_TYP | typ |
all types from calling thread | |
MQ_FCT | fct |
factory used for recreate | |
MQ_SOCK_HDL | socket |
"accept" socket for the new thread | |
MkThreadDataS | mkThreadData |
thread-data to set after new runtime was initialized | |
data used to initialize a new created thread …
Definition at line 2668 of file LibMqMsgque_mq.h.
MkBufferStream16384R MqSysServerThreadMainS::argvR |
command-line arguments, owned by SysServerThread
Definition at line 2672 of file LibMqMsgque_mq.h.
MQ_FCT MqSysServerThreadMainS::factory |
server configuration (memory belongs to caller)
Definition at line 2671 of file LibMqMsgque_mq.h.
MQ_FCT MqSysServerThreadMainS::fct |
factory used for recreate
Definition at line 2678 of file LibMqMsgque_mq.h.
bool MqSysServerThreadMainS::isUsed |
is the object used and initialisation-flag
Definition at line 2669 of file LibMqMsgque_mq.h.
MK_RT MqSysServerThreadMainS::mkrt |
runtime used to intialize the new thread-runtime
Definition at line 2675 of file LibMqMsgque_mq.h.
MkThreadDataS MqSysServerThreadMainS::mkThreadData |
thread-data to set after new runtime was initialized
Definition at line 2681 of file LibMqMsgque_mq.h.
MQ_RT MqSysServerThreadMainS::mqrt |
runtime used to intialize the new thread-runtime
Definition at line 2676 of file LibMqMsgque_mq.h.
MQ_SOCK_HDL MqSysServerThreadMainS::socket |
"accept" socket for the new thread
Definition at line 2679 of file LibMqMsgque_mq.h.
MQ_CTX MqSysServerThreadMainS::tmpl |
calling (parent) context
Definition at line 2670 of file LibMqMsgque_mq.h.
MK_TYP MqSysServerThreadMainS::typ |
all types from calling thread
Definition at line 2677 of file LibMqMsgque_mq.h.