From bde0848d88d6a59cb782663b51a015b675a0f393 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Oct 2018 12:12:42 +0200 Subject: [PATCH] sd-event: slightly extend explanatory comment --- src/systemd/sd-event.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.3