|
Crinit -- Configurable Rootfs Init
|
#include <globopt.h>

Data Fields | |
| bool | debug |
| Value for the DEBUG global option. | |
| bool | useSyslog |
| Value for the USE_SYSLOG global option. | |
| bool | useElos |
| Value for the USE_ELOS global option. | |
| bool | signatures |
| Value for the crinit.signatures Kernel command line option. | |
| char * | sigKeyDir |
| Value for the crinit.sigkeydir Kernel command line option. | |
| unsigned long long | elosEventPollInterval |
| Value for the ELOS_EVENT_POLL_INTERVAL global option. | |
| int | elosPort |
| Value for the ELOS_PORT global option. | |
| char * | elosServer |
| Value for the ELOS_SERVER global option. | |
| char * | inclDir |
| Value for the INCLUDEDIR global option. | |
| char * | inclSuffix |
| Value for the INCLUDE_SUFFIX global option. | |
| char * | taskDir |
| Value for the TASKDIR global option. | |
| bool | taskDirFollowSl |
| Value for the TASKDIR_FOLLOW_SYMLINKS global option. | |
| char * | taskFileSuffix |
| Value for the TASK_FILE_SUFFIX global option. | |
| char ** | tasks |
| Value for the TASKS global option. | |
| char * | launcherCmd |
| Value for the LAUNCHER_CMD global option. | |
| unsigned long long | shdGraceP |
| Value for the SHUTDOWN_GRACE_PERIOD_US global option. | |
| crinitEnvSet_t | globEnv |
| Storage for global task environment variables. | |
| crinitEnvSet_t | globFilters |
| Storage for global task filter variables. | |
Structure definition for the global option storage.
| bool crinitGlobOptStore_t::debug |
Value for the DEBUG global option.
| unsigned long long crinitGlobOptStore_t::elosEventPollInterval |
Value for the ELOS_EVENT_POLL_INTERVAL 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.
| char* crinitGlobOptStore_t::launcherCmd |
Value for the LAUNCHER_CMD global option.
| unsigned long long crinitGlobOptStore_t::shdGraceP |
Value for the SHUTDOWN_GRACE_PERIOD_US global option.
| char* crinitGlobOptStore_t::sigKeyDir |
Value for the crinit.sigkeydir Kernel command line option.
| bool crinitGlobOptStore_t::signatures |
Value for the crinit.signatures Kernel command line option.
| char* crinitGlobOptStore_t::taskDir |
Value for the TASKDIR global option.
| bool crinitGlobOptStore_t::taskDirFollowSl |
Value for the TASKDIR_FOLLOW_SYMLINKS global option.
| char* crinitGlobOptStore_t::taskFileSuffix |
Value for the TASK_FILE_SUFFIX global option.
| char** crinitGlobOptStore_t::tasks |
Value for the TASKS global option.
| bool crinitGlobOptStore_t::useElos |
Value for the USE_ELOS global option.
| bool crinitGlobOptStore_t::useSyslog |
Value for the USE_SYSLOG global option.