Event subsystem of the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Georg Hopp 85c3ad0f89
Create release tag for 1.0.0
10 years ago
..
.gitignore initial checkin 12 years ago
Makefile.am version bump 10 years ago
event.c Modifications for usage of new queue code. 10 years ago
event_dispatcher.c Use general purpose timer from trbase and drop events when they are not handled at all 11 years ago
event_dispatcher_get_data_wait_time.c Use general purpose timer from trbase and drop events when they are not handled at all 11 years ago
event_dispatcher_register_handler.c Change handler storage to TR_List and use TR_iterableForeach to iterate over them 10 years ago
event_dispatcher_shutdown.c update copyright information 12 years ago
event_dispatcher_start.c Change handler storage to TR_List and use TR_iterableForeach to iterate over them 10 years ago
event_handler.c The base event handler does not handle any event by itself, because of that the event_methods classvar may be NULL. 11 years ago
event_handler_class_cleanup.c The base event handler does not handle any event by itself, because of that the event_methods classvar may be NULL. 11 years ago
event_handler_handle_event.c Modifications for usage of new queue code. 10 years ago
event_handler_issue_event.c Modifications for usage of new queue code. 10 years ago
event_handler_set_dispatcher.c update copyright information 12 years ago
event_subject.c Add abitility to get a string representation of an event. Used as DEBUG logging of event. 11 years ago
event_subject_emit.c add finalize for event subjects. This results in an delete of the subject as soon as the last event is done and prevents emitting new events. Force heartbeat to be done and don't queue it. 11 years ago
event_subject_id.c update copyright information 12 years ago
get_event_string.c Add abitility to get a string representation of an event. Used as DEBUG logging of event. 11 years ago