Go to the source code of this file.
◆ events_list_t
◆ event_custom_create_event()
create and register an event if the name is part of customized event returns the number of created events returns 0 if the name is not part of custom events
Definition at line 136 of file event_custom.c.
◆ event_custom_display()
void event_custom_display |
( |
FILE * |
std | ) |
|
◆ event_custom_handler()
method to be called during signal delivery. If an event is recognized, it will delivered to the custom handler.
Definition at line 151 of file event_custom.c.
◆ event_custom_register()
register a new event. For the sake of simplicity, if an event already exists, it still adda it the head. The caller has to make sure the name of the event is unique
- Parameters
-
Definition at line 110 of file event_custom.c.
◆ SLIST_HEAD()