X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/76c553f74d8a10a1e2f8ac39a091d390f27a4865..d4dd2dd52f48a66395428810389ef31cc0488db7:/slow-down.diff diff --git a/slow-down.diff b/slow-down.diff index 9e4de29..a5083cb 100644 --- a/slow-down.diff +++ b/slow-down.diff @@ -16,15 +16,15 @@ To use this patch, run these commands for a successful build: --- old/flist.c +++ new/flist.c -@@ -63,6 +63,7 @@ extern int copy_links; - extern int copy_unsafe_links; - extern int protocol_version; +@@ -65,6 +65,7 @@ extern int protocol_version; extern int sanitize_paths; + extern int need_unsorted_flist; + extern int unsort_ndx; +extern unsigned long sleep_asec; extern struct stats stats; extern char *filesfrom_host; -@@ -1465,6 +1466,9 @@ static void send_directory(int f, struct +@@ -1480,6 +1481,9 @@ static void send_directory(int f, struct } send_file_name(f, flist, fbuf, NULL, flags, filter_level);