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

Data Fields | |
| struct crinitConfKvList_t * | next |
| Pointer to next element. | |
| char * | key |
| string with "KEY" | |
| char * | val |
| string with "VALUE" | |
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"