mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Towards an RFC2988-compliant timer.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user