]> git.proxmox.com Git - ovs.git/commit
timeval: Restore ability to warp time forward when time is not stopped.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 21:30:05 +0000 (14:30 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 21:30:05 +0000 (14:30 -0700)
commit04b331cdca71500c452ac068b3120c03fe111e21
tree9e59edfc7c86c04c353e88f658fa216a6a4a9e7a
parent3e509ec5ed94351e0b6fc1cfc64351f5be7d8bc2
timeval: Restore ability to warp time forward when time is not stopped.

Commit 31ef9f5178dee18 (timeval: Remove CACHE_TIME scheme.) inadvertently
removed the ability to warp time forward, for use in tests, except when
time is stopped.  This fixes the problem.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/timeval.c