X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;h=fe59c9a7e3d887a1c00f97e203c6046adeb386e4;hb=eac4d7eedfe338703f0103aac01af2ca306f615a;hp=2eb2b4209cf47bc175f729fd30e022a087f4a6f5;hpb=2e3a41e1d5dea82a7f36b331df59ed7532b30b8c;p=nssm.git diff --git a/service.h b/service.h index 2eb2b42..fe59c9a 100644 --- a/service.h +++ b/service.h @@ -101,6 +101,7 @@ typedef struct { LARGE_INTEGER throttle_duetime; FILETIME creation_time; FILETIME exit_time; + TCHAR *initial_env; } nssm_service_t; void WINAPI service_main(unsigned long, TCHAR **);