#include <event_int.h>
Collaboration diagram for _ev_varlist_s:
For internal use only.
This is the implementation of the ev_varlist_t type.
Definition at line 204 of file event_int.h.
Data Fields | |
ev_varlist_t * | vl_next |
ev_varlist_t ** | vl_prev_p |
const char * | vl_name |
const char * | vl_default |
treeconf_nodown_t | vl_nodown |
treeconf_change_t | vl_change |
void * | vl_assoc |
|
Application association data. Definition at line 211 of file event_int.h. Referenced by event_attr_confreg(), and event_init(). |
|
The change function callback. Definition at line 210 of file event_int.h. Referenced by event_attr_confreg(), and event_init(). |
|
Default value for variable. Definition at line 208 of file event_int.h. Referenced by event_attr_confreg(), and event_init(). |
|
Variable name. Definition at line 207 of file event_int.h. Referenced by event_attr_confreg(), event_init(), and main(). |
|
Next member of the list. Definition at line 205 of file event_int.h. Referenced by event_attr_confreg(), event_attr_destroy(), event_init(), and main(). |
|
The nodown function callback. Definition at line 209 of file event_int.h. Referenced by event_attr_confreg(), and event_init(). |
|
What points to us. Definition at line 206 of file event_int.h. Referenced by event_attr_confreg(). |