Crinit -- Configurable Rootfs Init
|
#include <globopt.h>
Public Attributes | |
bool | debug |
Value for the DEBUG global option. More... | |
bool | useSyslog |
Value for the USE_SYSLOG global option. More... | |
bool | useElos |
Value for the USE_ELOS global option. More... | |
int | elosPort |
Value for the ELOS_PORT global option. More... | |
char * | elosServer |
Value for the ELOS_SERVER global option. More... | |
char * | inclDir |
Value for the INCLUDEDIR global option. More... | |
char * | inclSuffix |
Value for the INCLUDE_SUFFIX global option. More... | |
unsigned long long | shdGraceP |
Value for the SHUTDOWN_GRACE_PERIOD_US global option. More... | |
crinitEnvSet_t | globEnv |
Storage for global task environment variables. More... | |
crinitEnvSet_t | globFilters |
Storage for global task filter variables. More... | |
Structure definition for the global option storage.
bool crinitGlobOptStore_t::debug |
Value for the DEBUG global option.
int crinitGlobOptStore_t::elosPort |
Value for the ELOS_PORT global option.
char* crinitGlobOptStore_t::elosServer |
Value for the ELOS_SERVER global option.
crinitEnvSet_t crinitGlobOptStore_t::globEnv |
Storage for global task environment variables.
crinitEnvSet_t crinitGlobOptStore_t::globFilters |
Storage for global task filter variables.
char* crinitGlobOptStore_t::inclDir |
Value for the INCLUDEDIR global option.
char* crinitGlobOptStore_t::inclSuffix |
Value for the INCLUDE_SUFFIX global option.
unsigned long long crinitGlobOptStore_t::shdGraceP |
Value for the SHUTDOWN_GRACE_PERIOD_US global option.
bool crinitGlobOptStore_t::useElos |
Value for the USE_ELOS global option.
bool crinitGlobOptStore_t::useSyslog |
Value for the USE_SYSLOG global option.