X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=service.h;fp=service.h;h=c5a5d336e3a9ec22890339bda648ad7c072cea1e;hb=f7f20a0b3ecbb0e1a2eb59f95b50f0625b37c671;hp=dd96f7cab5a10762a265b0e5548f4c3c3460dd9a;hpb=b5286398f850b432edbddc6d602ab3f33ab086be;p=nssm.git diff --git a/service.h b/service.h index dd96f7c..c5a5d33 100644 --- a/service.h +++ b/service.h @@ -72,11 +72,14 @@ typedef struct { HANDLE stderr_thread; unsigned long stderr_tid; bool rotate_files; + bool stdout_copy_and_truncate; + bool stderr_copy_and_truncate; unsigned long rotate_stdout_online; unsigned long rotate_stderr_online; unsigned long rotate_seconds; unsigned long rotate_bytes_low; unsigned long rotate_bytes_high; + unsigned long rotate_delay; unsigned long default_exit_action; unsigned long restart_delay; unsigned long throttle_delay;