summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/retry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/retry.h b/src/include/gpxe/retry.h
index 8f197bc36..7291db234 100644
--- a/src/include/gpxe/retry.h
+++ b/src/include/gpxe/retry.h
@@ -17,6 +17,8 @@ struct retry_timer {
unsigned long timeout;
/** Start time (in ticks) */
unsigned long start;
+ /** Retry count */
+ unsigned int count;
/** Timer expired callback
*
* @v timer Retry timer