X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=4a328599ece8a783158d2c728c347dbd8924bdfc;hb=40792fac2ef98e69c331b9cd5a9279dc3e1eb730;hp=ae4114ae043cea12e857b7ce4164c40e85bc795b;hpb=2d6da67fe869e8a512bdd48ffb10fe18d76231bb;p=nssm.git diff --git a/nssm.h b/nssm.h index ae4114a..4a32859 100644 --- a/nssm.h +++ b/nssm.h @@ -10,14 +10,15 @@ #include "messages.h" #include "process.h" #include "registry.h" +#include "io.h" #include "service.h" #include "gui.h" int str_equiv(const char *, const char *); #define NSSM "nssm" -#define NSSM_VERSION "2.11" -#define NSSM_DATE "2012-04-04" +#define NSSM_VERSION "2.16" +#define NSSM_DATE "2012-12-01" /* MSDN says the commandline in CreateProcess() is limited to 32768 characters @@ -39,6 +40,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. */