NSSM 2.18.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index 01228bd..1c1937c 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -18,9 +18,9 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.17"\r
-#define NSSM_VERSIONINFO 2,17,0,0\r
-#define NSSM_DATE "2013-11-12"\r
+#define NSSM_VERSION "2.18"\r
+#define NSSM_VERSIONINFO 2,18,0,0\r
+#define NSSM_DATE "2013-11-15"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r
@@ -66,4 +66,7 @@ int str_equiv(const char *, const char *);
 #define NSSM_STOP_METHOD_THREADS (1 << 2)\r
 #define NSSM_STOP_METHOD_TERMINATE (1 << 3)\r
 \r
+/* How many milliseconds to wait before updating service status. */\r
+#define NSSM_SHUTDOWN_CHECKPOINT 20000\r
+\r
 #endif\r