summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/retry.h
diff options
context:
space:
mode:
authorMichael Brown2007-08-13 19:59:00 +0200
committerMichael Brown2007-08-13 19:59:00 +0200
commit0a3c2b80ea5171cc794131ce29b5cb8d209a4a49 (patch)
tree4cbb7a4c984e61074ec152568c093dd9ca30cd2a /src/include/gpxe/retry.h
parentBuild the all-driver images by default, and print instructions for usage. (diff)
downloadipxe-0a3c2b80ea5171cc794131ce29b5cb8d209a4a49.tar.gz
ipxe-0a3c2b80ea5171cc794131ce29b5cb8d209a4a49.tar.xz
ipxe-0a3c2b80ea5171cc794131ce29b5cb8d209a4a49.zip
Add start_timer_nodelay()
Diffstat (limited to 'src/include/gpxe/retry.h')
-rw-r--r--src/include/gpxe/retry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/retry.h b/src/include/gpxe/retry.h
index e0c0248b1..e71e7b3bb 100644
--- a/src/include/gpxe/retry.h
+++ b/src/include/gpxe/retry.h
@@ -35,6 +35,7 @@ struct retry_timer {
};
extern void start_timer ( struct retry_timer *timer );
+extern void start_timer_nodelay ( struct retry_timer *timer );
extern void stop_timer ( struct retry_timer *timer );
/**