]> granicus.if.org Git - icinga2/commitdiff
Windows build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 4 Feb 2013 08:58:45 +0000 (09:58 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 4 Feb 2013 08:58:45 +0000 (09:58 +0100)
icinga-app/icinga.cpp

index 8b70cfec63e42679c2ca4d6b53f8701eea6af439..e7f3104cd987fed29fafbf8c1c6d2fd1883bc633 100644 (file)
@@ -102,6 +102,7 @@ static bool LoadConfigFiles(void)
 
 }
 
+#ifndef _WIN32
 static void ReloadConfigTimerHandler(void)
 {
        if (g_ReloadConfig) {
@@ -117,6 +118,7 @@ static void SigHupHandler(int signum)
 
        g_ReloadConfig = true;
 }
+#endif /* _WIN32 */
 
 /**
  * Entry point for the Icinga application.