5 #ifndef _CNE_PRIVATE_H_
6 #define _CNE_PRIVATE_H_
16 #include <sys/queue.h>
25 #define CNE_MAGIC_ID 0x20180403
40 STAILQ_ENTRY(cne_entry) next;
41 char name[CNE_NAME_LEN];
45 } __cne_cache_aligned;
47 typedef struct cne_s {
54 STAILQ_HEAD(, cne_entry) list;
55 struct cne_entry *entries;
void(* on_exit_fn_t)(int sig, void *arg, int exit_type)