Commit 1fbef7d538928a8d3b9c89a07004996e4b4062f9

Nick Mathewson 2012-04-17T12:44:39

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.