Integrated config less startup with only given CCServer and token #14
Fixed time drift issues on dashboard by sending server time to dashboard and use this for comparisson
This commit is contained in:
parent
e12b0070a9
commit
e7bf633010
6 changed files with 65 additions and 31 deletions
|
@ -58,6 +58,8 @@ private:
|
|||
static std::string getClientConfigFileName(const Options *options, const std::string &clientId);
|
||||
|
||||
private:
|
||||
static int m_currentServerTime;
|
||||
|
||||
static std::map<std::string, ClientStatus> m_clientStatus;
|
||||
static std::map<std::string, ControlCommand> m_clientCommand;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue