X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=01885eb823826091e094d6b8e216d6fb2e0ade39;hb=9727e8ada22d4da8a492b7da0a19d88e4394d59e;hp=7ab05462582a82142bc95982801dfff7eabb246f;hpb=41c7f8e693c62221d54e91969baeacbea09a14e6;p=nssm.git diff --git a/nssm.h b/nssm.h index 7ab0546..01885eb 100644 --- a/nssm.h +++ b/nssm.h @@ -38,6 +38,11 @@ int str_equiv(const char *, const char *); */ #define NSSM_RESET_THROTTLE_RESTART 1500 +/* + How many milliseconds to wait for the application to die after sending + a Control-C event to its console. +*/ +#define NSSM_KILL_CONSOLE_GRACE_PERIOD 1500 /* How many milliseconds to wait for the application to die after posting to its windows' message queues.