Enforce maximum report delay when starting service.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index 1c1937c..1479f10 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -67,6 +67,6 @@ int str_equiv(const char *, const char *);
 #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
+#define NSSM_SERVICE_STATUS_DEADLINE 20000\r
 \r
 #endif\r