X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..fdb4e27ac67437dd655dc4b70613b977eeabccb1:/lib/event.h diff --git a/lib/event.h b/lib/event.h index 5b312a3..113666c 100644 --- a/lib/event.h +++ b/lib/event.h @@ -15,7 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - +/** @file lib/event.h + * @brief DisOrder event loop + */ #ifndef EVENT_H #define EVENT_H @@ -137,6 +139,8 @@ int ev_child_cancel(ev_source *ev, pid_t pid); /* cancel a child callback. */ +void ev_child_killall(ev_source *ev); + /* socket listeners ***********************************************************/ typedef int ev_listen_callback(ev_source *ev,