CNDP
22.08.0
|
#include <cne_tailq.h>
Public Member Functions | |
TAILQ_ENTRY (cne_tailq_entry) next | |
Data Fields | |
void * | data |
dummy structure type used by the cne_tailq APIs
Definition at line 27 of file cne_tailq.h.
TAILQ_ENTRY | ( | cne_tailq_entry | ) |
Pointer entries for a tailq list
void* data |
Pointer to the data referenced by this tailq entry
Definition at line 29 of file cne_tailq.h.