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