X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/36e715fdf295b975105dce63581d9cf9f154f34f..ae306a2933c7617493d80f46d891911634ec43d0:/slow-down.diff diff --git a/slow-down.diff b/slow-down.diff index 95a4b09..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; -@@ -1572,6 +1573,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);