DTSC pull input now supports keeping stream UTC offset intact between servers, plus a local fallback calculation for older versions

This commit is contained in:
Siddarth Tegginamani 2021-11-10 13:00:20 +01:00 committed by Thulinma
parent 9403d34eb4
commit 4a866305e5
4 changed files with 35 additions and 2 deletions

View file

@ -20,7 +20,7 @@ JSON::Value & pData = pStat["proc_status_update"]["status"];
tthread::mutex statsMutex;
uint64_t statSinkMs = 0;
uint64_t statSourceMs = 0;
uint64_t bootMsOffset = 0;
int64_t bootMsOffset = 0;
namespace Mist{