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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user