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 dd97a6482a Remove -DREENTRANT because it's not needed right now 10 years ago
..
.gitignore initial checkin 12 years ago
Makefile.am Remove -DREENTRANT because it's not needed right now 10 years ago
event.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_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 signal handling 11 years ago
event_dispatcher_shutdown.c update copyright information 12 years ago
event_dispatcher_start.c don't use TR_queueEmpty anymore. 11 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 trigger heartbeat with a factor of missed heartbeats instead of multiple times. Change logging a bit 11 years ago
event_handler_issue_event.c return success or failure on event issue 11 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