DPDK  /usr/bin/make-f/build/dpdk-xVLO7N/dpdk-16.07/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_kvargs Struct Reference

#include <rte_kvargs.h>

+ Collaboration diagram for rte_kvargs:

Data Fields

char * str
 
unsigned count
 
struct rte_kvargs_pair pairs [RTE_KVARGS_MAX]
 

Detailed Description

Store a list of key/value associations

Definition at line 76 of file rte_kvargs.h.

Field Documentation

§ str

char* str

copy of the argument string

Definition at line 77 of file rte_kvargs.h.

§ count

unsigned count

number of entries in the list

Definition at line 78 of file rte_kvargs.h.

§ pairs

list of key/values

Definition at line 79 of file rte_kvargs.h.


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