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

#include <confparse.h>

Collaboration diagram for crinitConfKvList:
Collaboration graph

Data Fields

struct crinitConfKvListnext
 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::key

string with "KEY"

◆ next

struct crinitConfKvList* crinitConfKvList::next

Pointer to next element.

◆ val

char* crinitConfKvList::val

string with "VALUE"


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