MINOR: thread/debug: replace nsec_now() with now_mono_time()
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Oct 2021 16:48:23 +0000 (18:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
commitdced3ebb4a686026c21c54c21ee5dbe27d7ccad4
tree659fd82b202492172624f39729e26d0715de3c71
parent407ef893e72a2d57758dc493cfc1af12d8a9ef20
MINOR: thread/debug: replace nsec_now() with now_mono_time()

The two functions do exactly the same except that the second one
is already provided by time.h and still defined if not available.
src/thread.c