|
|
@ -3830,7 +3830,12 @@ processEventsForReport(ReportControl* rc, uint64_t currentTimeInMs)
|
|
|
|
rc->triggered = false;
|
|
|
|
rc->triggered = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (rc->server->syncIntegrityReportTimes) {
|
|
|
|
|
|
|
|
rc->nextIntgReportTime = getNextRoundedStartTime(currentTimeInMs, rc->intgPd);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else {
|
|
|
|
rc->nextIntgReportTime = rc->nextIntgReportTime + rc->intgPd;
|
|
|
|
rc->nextIntgReportTime = rc->nextIntgReportTime + rc->intgPd;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* check for system time change effects */
|
|
|
|
/* check for system time change effects */
|
|
|
|
if ((rc->nextIntgReportTime < currentTimeInMs) || (rc->nextIntgReportTime > currentTimeInMs + rc->intgPd)) {
|
|
|
|
if ((rc->nextIntgReportTime < currentTimeInMs) || (rc->nextIntgReportTime > currentTimeInMs + rc->intgPd)) {
|
|
|
|