theLink 10.0
Loading...
Searching...
No Matches
MqSysServerThreadMainS Struct Reference

data used to initialize a new created thread … More...

#include <LibMqMsgque_mq.h>

+ Collaboration diagram for MqSysServerThreadMainS:

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
 

Detailed Description

data used to initialize a new created thread …

Definition at line 2668 of file LibMqMsgque_mq.h.

Field Documentation

◆ argvR

MkBufferStream16384R MqSysServerThreadMainS::argvR

command-line arguments, owned by SysServerThread

Definition at line 2672 of file LibMqMsgque_mq.h.

◆ factory

MQ_FCT MqSysServerThreadMainS::factory

server configuration (memory belongs to caller)

Definition at line 2671 of file LibMqMsgque_mq.h.

◆ fct

MQ_FCT MqSysServerThreadMainS::fct

factory used for recreate

Definition at line 2678 of file LibMqMsgque_mq.h.

◆ isUsed

bool MqSysServerThreadMainS::isUsed

is the object used and initialisation-flag

Definition at line 2669 of file LibMqMsgque_mq.h.

◆ mkrt

MK_RT MqSysServerThreadMainS::mkrt

runtime used to intialize the new thread-runtime

Definition at line 2675 of file LibMqMsgque_mq.h.

◆ mkThreadData

MkThreadDataS MqSysServerThreadMainS::mkThreadData

thread-data to set after new runtime was initialized

Definition at line 2681 of file LibMqMsgque_mq.h.

◆ mqrt

MQ_RT MqSysServerThreadMainS::mqrt

runtime used to intialize the new thread-runtime

Definition at line 2676 of file LibMqMsgque_mq.h.

◆ socket

MQ_SOCK_HDL MqSysServerThreadMainS::socket

"accept" socket for the new thread

Definition at line 2679 of file LibMqMsgque_mq.h.

◆ tmpl

MQ_CTX MqSysServerThreadMainS::tmpl

calling (parent) context

Definition at line 2670 of file LibMqMsgque_mq.h.

◆ typ

MK_TYP MqSysServerThreadMainS::typ

all types from calling thread

Definition at line 2677 of file LibMqMsgque_mq.h.


The documentation for this struct was generated from the following file: