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/pipe-tools/s6-ftrig-wait.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pipe-tools/s6-ftrig-wait.c') diff --git a/src/pipe-tools/s6-ftrig-wait.c b/src/pipe-tools/s6-ftrig-wait.c index 5aca73c..1e852db 100644 --- a/src/pipe-tools/s6-ftrig-wait.c +++ b/src/pipe-tools/s6-ftrig-wait.c @@ -36,6 +36,7 @@ int main (int argc, char const *const *argv) } if (argc < 2) strerr_dieusage(100, USAGE) ; + tain_now_set_stopwatch() ; tain_now_g() ; tain_add_g(&deadline, &tto) ; -- cgit v1.3.1