mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[retry] Expose retry_poll() to explicitly poll all running timers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -85,6 +85,7 @@ extern void start_timer ( struct retry_timer *timer );
|
||||
extern void start_timer_fixed ( struct retry_timer *timer,
|
||||
unsigned long timeout );
|
||||
extern void stop_timer ( struct retry_timer *timer );
|
||||
extern void retry_poll ( void );
|
||||
|
||||
/**
|
||||
* Start timer with no delay
|
||||
|
||||
Reference in New Issue
Block a user