Add monotime functions for clearing monotonic times
commit4c877ae87483d6e63c9e0309eb8abc009f9b9b87
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Dec 2017 13:28:04 +0000 (13 08:28 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Dec 2017 13:29:23 +0000 (13 08:29 -0500)
tree0ea831105d14594de5619d5416df145abcfc3314
parent426110dfa2e27f134e7bf44341e5df6f454e49a3
Add monotime functions for clearing monotonic times

We need this to replace some of our "msec" users with monotime
users.
src/common/compat_time.c
src/common/compat_time.h
src/test/test_util.c