timeval: New function time_boot_msec(), factored out of vlog.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Jan 2012 01:12:17 +0000 (17:12 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Feb 2012 22:15:12 +0000 (14:15 -0800)
commit4ae90ff9e2011d54f52043a55707d16c8a9a258e
tree96619979e627495352490bf032918bc8b7aca1ee
parent816fd533f85923c03cf8d9d6450bd9a0845d5160
timeval: New function time_boot_msec(), factored out of vlog.

An upcoming commit has a new use for the time at which OVS started up, so
this moves this functionality to a common location.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/timeval.c
lib/timeval.h
lib/vlog.c