diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-04 11:26:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-04 11:26:52 +0000 |
commit | 9c5b811d182f77b67a0bb5cd5f4a33774304e1d4 (patch) | |
tree | 6a2a681054a1946d9f29ff079da54049ba9210d7 /src/minidentd | |
parent | 649b8640a34261574a774020dbfb5ed419170de3 (diff) | |
download | s6-networking-9c5b811d182f77b67a0bb5cd5f4a33774304e1d4.tar.xz |
Use stopwatches and wallclocks where appropriate
Diffstat (limited to 'src/minidentd')
-rw-r--r-- | src/minidentd/minidentd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/minidentd/minidentd.c b/src/minidentd/minidentd.c index 67ce7eb..9b13285 100644 --- a/src/minidentd/minidentd.c +++ b/src/minidentd/minidentd.c @@ -252,6 +252,7 @@ int main (int argc, char const *const *argv, char const *const *envp) if (!random_init()) strerr_diefu1sys(111, "init random generator") ; + tain_now_set_stopwatch() ; tain_now_g() ; for (;;) |