Author :
Nick Mathewson
Date :
2011-08-11 12:47:21
Hash :3c63edd1 Message :Make the priority inversion code use gettime(), not evutil_gettimeofday()
Since we're computing the time after each callback, we might as well
update the time cache (if we're using it) and use monotonic time (if
we've got that).