X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=1c78d1896270373a2ea888c204974fc76680fbd7;hb=2bc7df40fe52fe9e86e382926f7653b55ee02038;hp=6d1f315a029e99ad8fc11320b87c75abe98d3927;hpb=e3b93d0c37ae200fa0375e4be6f435008050b385;p=nssm.git diff --git a/nssm.h b/nssm.h index 6d1f315..1c78d18 100644 --- a/nssm.h +++ b/nssm.h @@ -41,6 +41,8 @@ #include #include #include "service.h" +#include "account.h" +#include "console.h" #include "env.h" #include "event.h" #include "imports.h" @@ -94,6 +96,9 @@ int usage(int); */ #define NSSM_KILL_THREADS_GRACE_PERIOD 1500 +/* How many milliseconds to pause after rotating logs. */ +#define NSSM_ROTATE_DELAY 0 + /* Margin of error for service status wait hints in milliseconds. */ #define NSSM_WAITHINT_MARGIN 2000