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-svstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supervision/s6-svstat.c') diff --git a/src/supervision/s6-svstat.c b/src/supervision/s6-svstat.c index d46c60a..7c93138 100644 --- a/src/supervision/s6-svstat.c +++ b/src/supervision/s6-svstat.c @@ -274,7 +274,7 @@ int main (int argc, char const *const *argv) if (!s6_svstatus_read(argv[0], &status)) strerr_diefu2sys(111, "read status for ", argv[0]) ; - tain_now_g() ; + tain_wallclock_read_g() ; if (tain_future(&status.stamp)) tain_copynow(&status.stamp) ; { -- cgit v1.3.1