Convert difscan skip count to be milliseconds

r3639 | dcl | 2012-07-11 15:12:51 +1000 (Wed, 11 Jul 2012) | 1 line
This commit is contained in:
Douglas Clowes
2012-07-11 15:12:51 +10:00
parent f5537d7c9e
commit 25c10fb105
2 changed files with 20 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ typedef struct {
int skip;
int skipCount;
pScanData scanObject;
double last_report_time;
} DiffScan, *pDiffScan;
/*==================================================================*/