X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8f694072a524ab0f7edc4c3402fb5fc41ecbfa5e..a538066d5acd059903cff5103d944cad1fb5c7b2:/rsync.h diff --git a/rsync.h b/rsync.h index e02ebf35..191ea5e4 100644 --- a/rsync.h +++ b/rsync.h @@ -389,7 +389,7 @@ static inline int flist_up(struct file_list *flist, int i) #include "byteorder.h" #include "proto.h" #include "lib/mdfour.h" - +#include "lib/permstring.h" /* We have replacement versions of these if they're missing. */ #ifndef HAVE_ASPRINTF @@ -566,6 +566,11 @@ extern int verbose; extern struct global_opts { /** Network address family. **/ int af_hint; + + /** Do not go into the background when run as --daemon. Good + * for debugging and required for running as a service on W32, + * or under Unix process-monitors. **/ + int no_detach; } global_opts;