mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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())
|
||||
origin.FromClient->m_NextHeartbeat = Utility::GetTime() + vtimeout;
|
||||
|
||||
return Empty;
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ enum ClientRole
|
||||
ClientOutbound
|
||||
};
|
||||
|
||||
class MessageOrigin;
|
||||
struct MessageOrigin;
|
||||
|
||||
/**
|
||||
* An API client connection.
|
||||
|
Loading…
x
Reference in New Issue
Block a user