X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=01885eb823826091e094d6b8e216d6fb2e0ade39;hb=9727e8ada22d4da8a492b7da0a19d88e4394d59e;hp=bbdad99a10ed826443761030f30c5aeec84cc1ee;hpb=293f2a969fcda19b59436269cba68d748270de3e;p=nssm.git diff --git a/nssm.h b/nssm.h index bbdad99..01885eb 100644 --- a/nssm.h +++ b/nssm.h @@ -16,8 +16,8 @@ int str_equiv(const char *, const char *); #define NSSM "nssm" -#define NSSM_VERSION "2.15" -#define NSSM_DATE "2012-07-19" +#define NSSM_VERSION "2.16" +#define NSSM_DATE "2012-12-01" /* MSDN says the commandline in CreateProcess() is limited to 32768 characters @@ -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.