X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Ftimer.h;h=73020556659ef21ac7a5289cfdc64c2edffda953;hb=58bd2941187c9df4717ab4f3c6fc3c78f3f25165;hp=d2bfd86b08c45b3ed7758c300b25788c0184fdd3;hpb=c042664ff51c217c407899b889c10215ba9b3952;p=sliver-openvswitch.git diff --git a/lib/timer.h b/lib/timer.h index d2bfd86b0..730205566 100644 --- a/lib/timer.h +++ b/lib/timer.h @@ -26,6 +26,7 @@ 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.