2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-03 07:45:30 +00:00

cfm: Replace recv_time with a flag.

This makes the code more obviously correct in my opinion.

This patch also removes timer_enabled_at() along with its only
user.
This commit is contained in:
Ethan Jackson
2011-05-11 18:13:35 -07:00
parent aa7f115843
commit dd986e09fd
4 changed files with 15 additions and 25 deletions

View File

@@ -26,7 +26,6 @@ struct timer {
};
long long int timer_msecs_until_expired(const struct timer *);
long long int timer_enabled_at(const struct timer *, long long int duration);
void timer_wait(const struct timer *);
/* Causes 'timer' to expire when 'duration' milliseconds have passed.