timeval: Remove time_disable_restart(), time_enable_restart() functions.
authorBen Pfaff <blp@nicira.com>
Fri, 12 Apr 2013 16:42:44 +0000 (09:42 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Jun 2013 23:59:51 +0000 (16:59 -0700)
commit5ad72ef5b6cacfec30e79c23afcd237617952b75
tree5ea6e7fc93e4a4ed009ba9cc088d76e44445ff69
parent3aa30359b1cce9b597f7c4284a80ed05619e57c1
timeval: Remove time_disable_restart(), time_enable_restart() functions.

These functions will not have the same useful effect when Open vSwitch
becomes multithreaded, because time_disable_restart() will disable time
advancing for every thread, not just for the thread that calls it.

These functions are no longer used, so this commit removes them.

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