EventMessageFile should be unquoted.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index f34346b..911804f 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -45,6 +45,7 @@
 #include "console.h"\r
 #include "env.h"\r
 #include "event.h"\r
+#include "hook.h"\r
 #include "imports.h"\r
 #include "messages.h"\r
 #include "process.h"\r
@@ -59,6 +60,8 @@ int str_number(const TCHAR *, unsigned long *, TCHAR **);
 int str_number(const TCHAR *, unsigned long *);\r
 int num_cpus();\r
 int usage(int);\r
+const TCHAR *nssm_unquoted_imagepath();\r
+const TCHAR *nssm_imagepath();\r
 \r
 #define NSSM _T("NSSM")\r
 #ifdef _WIN64\r
@@ -96,6 +99,9 @@ int usage(int);
 */\r
 #define NSSM_KILL_THREADS_GRACE_PERIOD 1500\r
 \r
+/* How many milliseconds to pause after rotating logs. */\r
+#define NSSM_ROTATE_DELAY 0\r
+\r
 /* Margin of error for service status wait hints in milliseconds. */\r
 #define NSSM_WAITHINT_MARGIN 2000\r
 \r
@@ -133,4 +139,10 @@ int usage(int);
 #define NSSM_SERVICE_CONTROL_START 0\r
 #define NSSM_SERVICE_CONTROL_ROTATE 128\r
 \r
+/* How many milliseconds to wait for a hook. */\r
+#define NSSM_HOOK_DEADLINE 60000\r
+\r
+/* How many milliseconds to wait for outstanding hooks. */\r
+#define NSSM_HOOK_THREAD_DEADLINE 80000\r
+\r
 #endif\r