DPDK  18.05.1
Data Fields
rte_kvargs Struct Reference

#include <rte_kvargs.h>

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 47 of file rte_kvargs.h.

Field Documentation

char* str

copy of the argument string

Definition at line 48 of file rte_kvargs.h.

unsigned count

number of entries in the list

Definition at line 49 of file rte_kvargs.h.

list of key/values

Definition at line 50 of file rte_kvargs.h.


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