X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=1c78d1896270373a2ea888c204974fc76680fbd7;hb=0a2272fb6b694fc1ac94acf06396766e61f9790b;hp=1ad2b948ccae3aa473d168abdeef387791147689;hpb=2994e17c24d8a3d32937a92733ba1ee0f26dc33d;p=nssm.git diff --git a/nssm.h b/nssm.h index 1ad2b94..1c78d18 100644 --- a/nssm.h +++ b/nssm.h @@ -41,6 +41,9 @@ #include #include #include "service.h" +#include "account.h" +#include "console.h" +#include "env.h" #include "event.h" #include "imports.h" #include "messages.h" @@ -93,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