NTP generates a syslog message when the tick counter used to interpolate the
time of day, rolls over.
This log message is now only printed if running the debug executable, since
this event seems to happen quite frequently on multiprocessor systems.
bk: 38333242BGSZhKy9E8rNy7_lvCSxSQ
OS frequency */
RollOverCount = LastTimerCount + PerfFrequency * every / HECTONANOSECONDS -
(ULONGLONG) LargeIntNowCount.QuadPart;
+#ifdef DEBUG
msyslog(LOG_INFO,
"Performance Counter Rollover %I64u:\rLast Timer Count %I64u\rCurrent Count %I64u",
RollOverCount, LastTimerCount, LargeIntNowCount.QuadPart);
+#endif
}
/* Now we can hang out and wait for the critical section to free up;