#include <event_int.h>
Collaboration diagram for _ev_attr_s:
For internal use only.
This is the implementation of the ev_attr_t and _ev_attr_t types.
Definition at line 231 of file event_int.h.
Data Fields | |
ev_magic_t | ea_magic |
const char * | ea_confpath |
const char * | ea_libpath |
const char * | ea_modlist |
ev_varlist_t * | ea_varlist |
ev_overvars_t * | ea_ovars |
_ev_engine_s * | ea_engines |
|
Default configuration path. Definition at line 233 of file event_int.h. |
|
Application-supplied engines. Definition at line 238 of file event_int.h. |
|
Default library search path. Definition at line 234 of file event_int.h. |
|
Magic number. Definition at line 232 of file event_int.h. |
|
Default module list. Definition at line 235 of file event_int.h. |
|
Variables to override. Definition at line 237 of file event_int.h. |
|
List of application variables. Definition at line 236 of file event_int.h. |