sd-event: slightly extend explanatory comment
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Oct 2018 10:12:42 +0000 (12:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Oct 2018 10:26:29 +0000 (12:26 +0200)
src/systemd/sd-event.h

index eb35b83..c38eb84 100644 (file)
@@ -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;