mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Build fix for Windows
This commit is contained in:
parent
98375df4d7
commit
4a81dbb6fc
@ -69,5 +69,7 @@ Value ApiClient::HeartbeatAPIHandler(const MessageOrigin& origin, const Dictiona
|
|||||||
|
|
||||||
if (!vtimeout.IsEmpty())
|
if (!vtimeout.IsEmpty())
|
||||||
origin.FromClient->m_NextHeartbeat = Utility::GetTime() + vtimeout;
|
origin.FromClient->m_NextHeartbeat = Utility::GetTime() + vtimeout;
|
||||||
|
|
||||||
|
return Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ enum ClientRole
|
|||||||
ClientOutbound
|
ClientOutbound
|
||||||
};
|
};
|
||||||
|
|
||||||
class MessageOrigin;
|
struct MessageOrigin;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An API client connection.
|
* An API client connection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user