CNDP  22.08.0
jcfg_list Struct Reference

#include <jcfg.h>

Data Fields

int cnt
 
int sz
 
void ** list
 

Detailed Description

Simple structure to hold an array of object in a list.

The list array uses realloc() to grow the list.

Definition at line 263 of file jcfg.h.

Field Documentation

◆ cnt

int cnt

Number of entries in the list

Definition at line 264 of file jcfg.h.

◆ sz

int sz

Total number of available entries in list

Definition at line 265 of file jcfg.h.

◆ list

void** list

Object pointers for the list

Definition at line 266 of file jcfg.h.


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