Searched defs:sd_event_child_handler_t (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemd/
H A Dsd-event.h72 typedef int (*sd_event_child_handler_t)(sd_event_source *s, const siginfo_t *si, void *userdata); typedef
83 int sd_event_add_child(sd_event *e, sd_event_source **s, pid_t pid, int options, sd_event_child_handler_t callback, void *userdata);

Completed in 21 milliseconds