Crinit -- Configurable Rootfs Init
|
#include <confparse.h>
Public Attributes | |
struct crinitConfKvList_t * | next |
Pointer to next element. More... | |
char * | key |
string with "KEY" More... | |
char * | val |
string with "VALUE" More... | |
Linked list to hold key/value pairs read from the config file.
char* crinitConfKvList_t::key |
string with "KEY"
struct crinitConfKvList_t* crinitConfKvList_t::next |
Pointer to next element.
char* crinitConfKvList_t::val |
string with "VALUE"