From: Wayne Davison Date: Tue, 27 Jan 2004 23:13:12 +0000 (+0000) Subject: Added "am_generator". X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4337c8f856340f398695811ddaa5c6f8d005379f Added "am_generator". --- 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;