X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=service.h;h=fe59c9a7e3d887a1c00f97e203c6046adeb386e4;hb=eac4d7eedfe338703f0103aac01af2ca306f615a;hp=6da55f32950e9b02a8927d55d52eec02e16a65d3;hpb=2994e17c24d8a3d32937a92733ba1ee0f26dc33d;p=nssm.git diff --git a/service.h b/service.h index 6da55f3..fe59c9a 100644 --- a/service.h +++ b/service.h @@ -57,6 +57,7 @@ typedef struct { unsigned long stdin_sharing; unsigned long stdin_disposition; unsigned long stdin_flags; + HANDLE stdin_pipe; TCHAR stdout_path[PATH_LENGTH]; unsigned long stdout_sharing; unsigned long stdout_disposition; @@ -100,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 **);