CNDP  22.08.0
kvargs Struct Reference

#include <kvargs.h>

Data Fields

char * str
 
unsigned count
 
struct kvargs_pair pairs [KVARGS_MAX]
 

Detailed Description

Store a list of key/value associations

Definition at line 74 of file kvargs.h.

Field Documentation

◆ str

char* str

copy of the argument string

Definition at line 75 of file kvargs.h.

◆ count

unsigned count

number of entries in the list

Definition at line 76 of file kvargs.h.

◆ pairs

struct kvargs_pair pairs[KVARGS_MAX]

list of key/values

Definition at line 76 of file kvargs.h.


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