From 9c5b811d182f77b67a0bb5cd5f4a33774304e1d4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Sep 2019 11:26:52 +0000 Subject: Use stopwatches and wallclocks where appropriate --- src/conn-tools/s6-tlsc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conn-tools/s6-tlsc.c') diff --git a/src/conn-tools/s6-tlsc.c b/src/conn-tools/s6-tlsc.c index cbac1eb..805cc7f 100644 --- a/src/conn-tools/s6-tlsc.c +++ b/src/conn-tools/s6-tlsc.c @@ -93,5 +93,6 @@ int main (int argc, char const *const *argv, char const *const *envp) if (x && !gid0_scan(x, &gid)) strerr_dieinvalid(100, "TLS_GID") ; } + tain_now_set_stopwatch() ; return s6tlsc(argv, envp, &tto, preoptions, options, uid, gid, verbosity, servername, fds) ; } -- cgit v1.2.3