X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=600c1886b543df5e6e8982f98b6aa6547768b20c;hb=2f219930f488b2551326900df5c201de2e9304f2;hp=ffdf3d661cd57676f07c124c240b2f259af37186;hpb=9f3d08676d86c939b864b4868d99b6e5772d95c8;p=nssm.git diff --git a/registry.h b/registry.h index ffdf3d6..600c188 100644 --- a/registry.h +++ b/registry.h @@ -19,6 +19,10 @@ #define NSSM_REG_STDIO_SHARING _T("ShareMode") #define NSSM_REG_STDIO_DISPOSITION _T("CreationDisposition") #define NSSM_REG_STDIO_FLAGS _T("FlagsAndAttributes") +#define NSSM_REG_ROTATE _T("AppRotateFiles") +#define NSSM_REG_ROTATE_SECONDS _T("AppRotateSeconds") +#define NSSM_REG_ROTATE_BYTES_LOW _T("AppRotateBytes") +#define NSSM_REG_ROTATE_BYTES_HIGH _T("AppRotateBytesHigh") #define NSSM_STDIO_LENGTH 29 int create_messages();