X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=555206313be78e27282818f8d82096fc8a39ac56;hb=7fdd3f6c44421a7c4872ecea56e550c19489c949;hp=7af093cb6aa67c46881ab4b770a96cfffccabb96;hpb=750d1a3c6f420b042ea5e1b0c8963648a6422b57;p=nssm.git diff --git a/registry.h b/registry.h index 7af093c..5552063 100644 --- a/registry.h +++ b/registry.h @@ -8,6 +8,7 @@ #define NSSM_REG_ENV _T("AppEnvironment") #define NSSM_REG_ENV_EXTRA _T("AppEnvironmentExtra") #define NSSM_REG_EXIT _T("AppExit") +#define NSSM_REG_RESTART_DELAY _T("AppRestartDelay") #define NSSM_REG_THROTTLE _T("AppThrottle") #define NSSM_REG_STOP_METHOD_SKIP _T("AppStopMethodSkip") #define NSSM_REG_KILL_CONSOLE_GRACE_PERIOD _T("AppStopMethodConsole") @@ -23,6 +24,8 @@ #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_REG_PRIORITY _T("AppPriority") +#define NSSM_REG_AFFINITY _T("AppAffinity") #define NSSM_STDIO_LENGTH 29 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam);