Towards an RFC2988-compliant timer.

This commit is contained in:
Michael Brown
2006-08-09 15:54:17 +00:00
parent f0718d562f
commit c3a4f3c5da
2 changed files with 41 additions and 18 deletions

View File

@@ -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