Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
crinitGlobOptStore_t Struct Reference

#include <globopt.h>

Collaboration diagram for crinitGlobOptStore_t:
Collaboration graph

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.
 

Detailed Description

Structure definition for the global option storage.

Field Documentation

◆ debug

bool crinitGlobOptStore_t::debug

Value for the DEBUG global option.

◆ elosEventPollInterval

unsigned long long crinitGlobOptStore_t::elosEventPollInterval

Value for the ELOS_EVENT_POLL_INTERVAL global option.

◆ elosPort

int crinitGlobOptStore_t::elosPort

Value for the ELOS_PORT global option.

◆ elosServer

char* crinitGlobOptStore_t::elosServer

Value for the ELOS_SERVER global option.

◆ globEnv

crinitEnvSet_t crinitGlobOptStore_t::globEnv

Storage for global task environment variables.

◆ globFilters

crinitEnvSet_t crinitGlobOptStore_t::globFilters

Storage for global task filter variables.

◆ inclDir

char* crinitGlobOptStore_t::inclDir

Value for the INCLUDEDIR global option.

◆ inclSuffix

char* crinitGlobOptStore_t::inclSuffix

Value for the INCLUDE_SUFFIX global option.

◆ launcherCmd

char* crinitGlobOptStore_t::launcherCmd

Value for the LAUNCHER_CMD global option.

◆ shdGraceP

unsigned long long crinitGlobOptStore_t::shdGraceP

Value for the SHUTDOWN_GRACE_PERIOD_US global option.

◆ sigKeyDir

char* crinitGlobOptStore_t::sigKeyDir

Value for the crinit.sigkeydir Kernel command line option.

◆ signatures

bool crinitGlobOptStore_t::signatures

Value for the crinit.signatures Kernel command line option.

◆ taskDir

char* crinitGlobOptStore_t::taskDir

Value for the TASKDIR global option.

◆ taskDirFollowSl

bool crinitGlobOptStore_t::taskDirFollowSl

Value for the TASKDIR_FOLLOW_SYMLINKS global option.

◆ taskFileSuffix

char* crinitGlobOptStore_t::taskFileSuffix

Value for the TASK_FILE_SUFFIX global option.

◆ tasks

char** crinitGlobOptStore_t::tasks

Value for the TASKS global option.

◆ useElos

bool crinitGlobOptStore_t::useElos

Value for the USE_ELOS global option.

◆ useSyslog

bool crinitGlobOptStore_t::useSyslog

Value for the USE_SYSLOG global option.


The documentation for this struct was generated from the following file: