| 
    CNDP
    22.08.0
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | CNE_MAGIC_ID 0x20180403 | 
Typedefs | |
| typedef void(* | on_exit_fn_t) (int sig, void *arg, int exit_type) | 
API for CNE private routines.
Definition in file cne_private.h.
| #define CNE_MAGIC_ID 0x20180403 | 
CNE structure valid magic cookie value
Definition at line 25 of file cne_private.h.
| typedef void(* on_exit_fn_t) (int sig, void *arg, int exit_type) | 
The typedef for the on exit function pointer.
| sig | The signal number supplied in the signal handler function. | 
| arg | The user supplied argument used as an argument to the exit_fn function. | 
| exit_type | The type of exit signal or exit() was called, CNE_CAUGHT_SIGNAL or CNE_CALLED_EXIT | 
Definition at line 37 of file cne_private.h.