summaryrefslogtreecommitdiff
path: root/src/fdholder/s6-fdholder-store.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-09-06 13:03:11 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-09-06 13:03:11 +0000
commit296cdd194fb36e4b080690f5f24228925722bf57 (patch)
tree497124e5faea03f6583aa1a2deb5e8953cf68aa8 /src/fdholder/s6-fdholder-store.c
parent2f8e7b245b7fe187c41ea3655fce7551cfd7a48c (diff)
downloads6-296cdd194fb36e4b080690f5f24228925722bf57.tar.xz
Adapt to new stopwatch API
Diffstat (limited to 'src/fdholder/s6-fdholder-store.c')
-rw-r--r--src/fdholder/s6-fdholder-store.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fdholder/s6-fdholder-store.c b/src/fdholder/s6-fdholder-store.c
index bc221cd..081192f 100644
--- a/src/fdholder/s6-fdholder-store.c
+++ b/src/fdholder/s6-fdholder-store.c
@@ -38,8 +38,7 @@ int main (int argc, char const *const *argv)
}
if (argc < 2) dieusage() ;
- tain_now_set_stopwatch() ;
- tain_now_g() ;
+ tain_now_set_stopwatch_g() ;
tain_add_g(&deadline, &deadline) ;
tain_add_g(&limit, &limit) ;
if (!s6_fdholder_start_g(&a, argv[0], &deadline))