EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
em_init_types.h File Reference
#include <stdint.h>
#include <odp_api.h>
Include dependency graph for em_init_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cfgfile_opt_cache_t
 

Macros

#define EM_CHECK_INIT_CALLED   ((uint32_t)0xACDCBEEF)
 

Detailed Description

EM internal initialization types

Definition in file em_init_types.h.

Macro Definition Documentation

◆ EM_CHECK_INIT_CALLED

#define EM_CHECK_INIT_CALLED   ((uint32_t)0xACDCBEEF)

Magic number used detect whether an initialization function has been called prior to a create-function.

An error will be reported and the creation will fail if the call to _init() has been omitted.

Definition at line 56 of file em_init_types.h.