diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-06 13:03:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-06 13:03:11 +0000 |
commit | 296cdd194fb36e4b080690f5f24228925722bf57 (patch) | |
tree | 497124e5faea03f6583aa1a2deb5e8953cf68aa8 /src/supervision/s6-svwait.c | |
parent | 2f8e7b245b7fe187c41ea3655fce7551cfd7a48c (diff) | |
download | s6-296cdd194fb36e4b080690f5f24228925722bf57.tar.xz |
Adapt to new stopwatch API
Diffstat (limited to 'src/supervision/s6-svwait.c')
-rw-r--r-- | src/supervision/s6-svwait.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) ; { |