Crinit -- Configurable Rootfs Init
crinitConfKvList_t Struct Reference

#include <confparse.h>

Collaboration diagram for crinitConfKvList_t:
Collaboration graph

Public Attributes

struct crinitConfKvList_tnext
 Pointer to next element. More...
 
char * key
 string with "KEY" More...
 
char * val
 string with "VALUE" More...
 

Detailed Description

Linked list to hold key/value pairs read from the config file.

Member Data Documentation

◆ key

char* crinitConfKvList_t::key

string with "KEY"

◆ next

struct crinitConfKvList_t* crinitConfKvList_t::next

Pointer to next element.

◆ val

char* crinitConfKvList_t::val

string with "VALUE"


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