X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/c0c7984e7f6009b6ab18ad3da998a56a9c0f083d..963ca80882dea2131e78563fa59e3e0e7c70c195:/slow-down.diff diff --git a/slow-down.diff b/slow-down.diff index 5855d5b..b78c871 100644 --- a/slow-down.diff +++ b/slow-down.diff @@ -17,15 +17,15 @@ To use this patch, run these commands for a successful build: diff --git a/flist.c b/flist.c --- a/flist.c +++ b/flist.c -@@ -68,6 +68,7 @@ extern int sanitize_paths; - extern int munge_symlinks; +@@ -69,6 +69,7 @@ extern int munge_symlinks; extern int need_unsorted_flist; + extern int sender_symlink_iconv; extern int unsort_ndx; +extern unsigned long sleep_asec; extern struct stats stats; extern char *filesfrom_host; -@@ -1537,6 +1538,9 @@ static void send_directory(int f, struct file_list *flist, char *fbuf, int len, +@@ -1648,6 +1649,9 @@ static void send_directory(int f, struct file_list *flist, char *fbuf, int len, } send_file_name(f, flist, fbuf, NULL, flags, filter_level);