python: timer_wait_until calculated current time incorrectly
authorEthan Jackson <ethan@nicira.com>
Fri, 17 Sep 2010 22:06:17 +0000 (15:06 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 18 Sep 2010 01:05:06 +0000 (18:05 -0700)
commit110b54816bb56b8ba4878812ad300a3a277abb06
tree30a7452cb589511e0b9d4955dc43a648ac71805d
parentc0c2489aabc0d19495909ac7391ea7427d9b458a
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