From 296cdd194fb36e4b080690f5f24228925722bf57 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 6 Sep 2019 13:03:11 +0000 Subject: Adapt to new stopwatch API --- src/supervision/s6-svwait.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/supervision/s6-svwait.c') diff --git a/src/supervision/s6-svwait.c b/src/supervision/s6-svwait.c index cda3591..2fc8fcb 100644 --- a/src/supervision/s6-svwait.c +++ b/src/supervision/s6-svwait.c @@ -41,8 +41,7 @@ int main (int argc, char const *const *argv) } if (!argc) dieusage() ; - tain_now_set_stopwatch() ; - tain_now_g() ; + tain_now_set_stopwatch_g() ; tain_add_g(&deadline, &tto) ; { -- cgit v1.2.3