X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4c7e46079da6b824407887584b769b485e2ebc76..4337c8f856340f398695811ddaa5c6f8d005379f:/options.c diff --git a/options.c b/options.c index 00a22fc4..082d4f7d 100644 --- a/options.c +++ b/options.c @@ -66,6 +66,7 @@ int read_only = 0; int module_id = -1; int am_server = 0; int am_sender = 0; +int am_generator = 0; char *files_from = NULL; int filesfrom_fd = -1; char *remote_filesfrom_file = NULL;