python: timer_wait_until calculated current time incorrectly
authorEthan Jackson <ethan@nicira.com>
Fri, 17 Sep 2010 22:06:17 +0000 (15:06 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 5 Oct 2010 23:44:45 +0000 (16:44 -0700)
commitb7384540fc15270a94beebb4797fcf09a8494a58
tree8f64faecabf5071f6aec98583b5d3579b84e9509
parent083d5565bb3dc5471affa1b490311c8980be7857
python: timer_wait_until calculated current time incorrectly

The timer_wait_until function in poller.py was using Time.msec to
figure out the current time.  Unfortunately, Time.msec does not in
exist. Changed to use ovs.timeval.msec .
python/ovs/poller.py