From 2f8e7b245b7fe187c41ea3655fce7551cfd7a48c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Sep 2019 17:52:22 +0000 Subject: Separate wall clocks from stopwatches --- src/fdholder/s6-fdholderd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fdholder/s6-fdholderd.c') diff --git a/src/fdholder/s6-fdholderd.c b/src/fdholder/s6-fdholderd.c index 86a957a..47e1f17 100644 --- a/src/fdholder/s6-fdholderd.c +++ b/src/fdholder/s6-fdholderd.c @@ -762,6 +762,9 @@ int main (int argc, char const *const *argv, char const *const *envp) fd_write(1, "\n", 1) ; fd_close(1) ; } + + /* We are long-lived and have to check absolute fd deadlines, + so we purposefully remain in wallclock mode. */ tain_now_g() ; for (;;) -- cgit v1.3.1