diff options
| author | Michael Brown | 2012-08-31 20:50:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-08-31 21:21:15 +0200 |
| commit | de802310bc3ce8adc42d2df71793da8cb830e2c8 (patch) | |
| tree | b987b41d6c943fefe1e6df2c285c3247c2119ddc /src/include | |
| parent | [ethernet] Expose eth_broadcast as a global constant (diff) | |
| download | ipxe-de802310bc3ce8adc42d2df71793da8cb830e2c8.tar.gz ipxe-de802310bc3ce8adc42d2df71793da8cb830e2c8.tar.xz ipxe-de802310bc3ce8adc42d2df71793da8cb830e2c8.zip | |
[retry] Expose retry_poll() to explicitly poll all running timers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/retry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/retry.h b/src/include/ipxe/retry.h index 87f69a5d7..c514822b2 100644 --- a/src/include/ipxe/retry.h +++ b/src/include/ipxe/retry.h @@ -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 |
