Commit 3c63edd1f7ea1e26937466cf3ad16b7bf0e265e4

Nick Mathewson 2011-08-11T12:47:21

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).