timeval: Integrate CLOCK_MONOTONIC detection into time_init().
authorBen Pfaff <blp@nicira.com>
Fri, 16 Jul 2010 17:41:16 +0000 (10:41 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Jul 2010 22:40:26 +0000 (15:40 -0700)
commitf54e56fc50259336d447c25929d6a30785c3d468
treea5aa7a395f6e648606a803029dd2cae1e34c6c12
parentc92647a47ad610ce188e29302c90ae6f7692dcb2
timeval: Integrate CLOCK_MONOTONIC detection into time_init().

I don't see a reason that set_up_monotonic() should be separate from
time_init().  Doing all the time initialization in one place seems
reasonable, so this commit makes that change.
lib/timeval.c