Crinit -- Configurable Rootfs Init
crinitGlobOptStore_t Struct Reference

#include <globopt.h>

Collaboration diagram for crinitGlobOptStore_t:
Collaboration graph

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...
 

Detailed Description

Structure definition for the global option storage.

Member Data Documentation

◆ debug

bool crinitGlobOptStore_t::debug

Value for the DEBUG 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.

◆ shdGraceP

unsigned long long crinitGlobOptStore_t::shdGraceP

Value for the SHUTDOWN_GRACE_PERIOD_US 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: