vswitchd: Update schema version number.
[openvswitch] / lib / timer.h
index d2bfd86b08c45b3ed7758c300b25788c0184fdd3..73020556659ef21ac7a5289cfdc64c2edffda953 100644 (file)
@@ -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.