User modifiable agency options. More...
#include <libmc.h>
Data Fields | |
int | threads |
int | default_agent_status |
int | modified |
int | enable_security |
unsigned char | passphrase [32] |
int | stack_size [MC_THREAD_ALL] |
char * | known_host_filename |
char * | priv_key_filename |
int | initInterps |
int | bluetooth |
ChOptions_t * | ch_options |
User modifiable agency options.
Definition at line 254 of file libmc.h.
Definition at line 267 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
ChOptions_t* MCAgencyOptions_s::ch_options |
Definition at line 268 of file libmc.h.
Referenced by MC_Initialize().
Default agent status
Definition at line 256 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
Definition at line 266 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
Definition at line 264 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
unsigned char MCAgencyOptions_s::passphrase[32] |
security enable flag
Definition at line 259 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
Definition at line 265 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 262 of file libmc.h.
Referenced by MC_Initialize(), and MC_InitializeAgencyOptions().
Threads to start
Definition at line 255 of file libmc.h.
Referenced by MC_Initialize(), MC_InitializeAgencyOptions(), MC_SetThreadOff(), MC_SetThreadOn(), MC_SetThreadsAllOff(), and MC_SetThreadsAllOn().