X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=79c2065b073fda2eea00a61b831cbfe2842936ba;hb=2cd1c7c29ef4d2d3df3c5afd3ca6c788aede2bef;hp=f6c3f3560bd19255cd9632368140e9b9ad2c4e9f;hpb=d69db812fe68fb913f65e6aa8ac8584ee079c0c6;p=nssm.git diff --git a/nssm.h b/nssm.h index f6c3f35..79c2065 100644 --- a/nssm.h +++ b/nssm.h @@ -95,4 +95,7 @@ int usage(int); /* How many milliseconds to wait before updating service status. */ #define NSSM_SERVICE_STATUS_DEADLINE 20000 +/* User-defined service controls can be in the range 128-255. */ +#define NSSM_SERVICE_CONTROL_ROTATE 128 + #endif