mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
Windows build fix.
This commit is contained in:
parent
00fb17880c
commit
789fd23d77
@ -102,6 +102,7 @@ static bool LoadConfigFiles(void)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
static void ReloadConfigTimerHandler(void)
|
static void ReloadConfigTimerHandler(void)
|
||||||
{
|
{
|
||||||
if (g_ReloadConfig) {
|
if (g_ReloadConfig) {
|
||||||
@ -117,6 +118,7 @@ static void SigHupHandler(int signum)
|
|||||||
|
|
||||||
g_ReloadConfig = true;
|
g_ReloadConfig = true;
|
||||||
}
|
}
|
||||||
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Entry point for the Icinga application.
|
* Entry point for the Icinga application.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user