#include <libmc.h>
Data Fields | |
int | threads |
int | default_agent_status |
int | modified |
int | enable_security |
int | stack_size [MC_THREAD_ALL] |
Definition at line 235 of file libmc.h.
Threads to start
Definition at line 236 of file libmc.h.
Referenced by MC_Initialize(), MC_InitializeAgencyOptions(), MC_SetThreadOff(), MC_SetThreadOn(), MC_SetThreadsAllOff(), and MC_SetThreadsAllOn().
Default agent status
Definition at line 237 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
security enable flag
Definition at line 239 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
int MCAgencyOptions_s::stack_size[MC_THREAD_ALL] |
If the stack size is -1, use system def.
Definition at line 242 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().