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:
parent
9403d34eb4
commit
4a866305e5
4 changed files with 35 additions and 2 deletions
|
@ -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{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue