diffscan skip to mSec, initialize each new scan

This commit is contained in:
Douglas Clowes
2012-11-28 16:24:56 +11:00
parent b22906ba2d
commit 70744522be
2 changed files with 21 additions and 0 deletions

View File

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