From: Lennart Poettering Date: Fri, 12 Oct 2018 10:12:42 +0000 (+0200) Subject: sd-event: slightly extend explanatory comment X-Git-Tag: v240~559^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10371%2Fhead;p=thirdparty%2Fsystemd.git sd-event: slightly extend explanatory comment --- diff --git a/src/systemd/sd-event.h b/src/systemd/sd-event.h index eb35b834319..c38eb84beb8 100644 --- a/src/systemd/sd-event.h +++ b/src/systemd/sd-event.h @@ -33,7 +33,8 @@ - Supports event source prioritization - Scales better with a large number of time events because it does not require one timerfd each - Automatically tries to coalesce timer events system-wide - - Handles signals and child PIDs + - Handles signals, child PIDs, inotify events + - Supports systemd-style automatic watchdog event generation */ _SD_BEGIN_DECLARATIONS;