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

#include <confparse.h>

Collaboration diagram for crinitConfKvList_t:
Collaboration graph

Data Fields

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

Detailed Description

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

Field 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: