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/supervision/s6-notifyoncheck.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/supervision/s6-notifyoncheck.c') diff --git a/src/supervision/s6-notifyoncheck.c b/src/supervision/s6-notifyoncheck.c index b484da9..71489ea 100644 --- a/src/supervision/s6-notifyoncheck.c +++ b/src/supervision/s6-notifyoncheck.c @@ -140,6 +140,7 @@ int main (int argc, char const *const *argv, char const *const *envp) if (fcntl(fd, F_GETFD) < 0) strerr_dief2sys(111, "notification-fd", " sanity check failed") ; + tain_now_set_stopwatch() ; tain_now_g() ; tain_add_g(&globaldeadline, &globaldeadline) ; -- cgit v1.2.3