Author :
Nick Mathewson
Date :
2012-04-17 12:44:39
Hash :1fbef7d5 Message :Move use_monotonic and friends into event_base
The use_monotonic field used to be a static field set up at library
setup. Unfortunately, this makes it hard to give the user a way to
make speed/accuracy tradeoffs about time. Moving it into event_base
should let the clock implementation become configurable.