X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=1c78d1896270373a2ea888c204974fc76680fbd7;hb=a90eade7d022451e92bedcebe816651df7bf0d17;hp=1219df2a4be9138f454712bcd096d8e57fa5d86d;hpb=b0a6672810ee06052dc3dcf268274d06f0e82a50;p=nssm.git diff --git a/nssm.h b/nssm.h index 1219df2..1c78d18 100644 --- a/nssm.h +++ b/nssm.h @@ -41,6 +41,7 @@ #include #include #include "service.h" +#include "account.h" #include "console.h" #include "env.h" #include "event.h" @@ -95,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