Got rid of patch fuzz.
[rsync/rsync-patches.git] / flist_stats.diff
index 2149951..089a0a7 100644 (file)
@@ -1,14 +1,14 @@
---- orig/flist.c       2004-09-21 09:40:27
+--- orig/flist.c       2005-01-25 00:53:58
 +++ flist.c    2004-09-03 14:17:31
-@@ -1078,6 +1078,7 @@ struct file_list *send_file_list(int f, 
+@@ -1087,6 +1087,7 @@ struct file_list *send_file_list(int f, 
                start_filelist_progress("building file list");
  
        start_write = stats.total_written;
 +      stats.flist_buildtime = time(NULL);
  
        flist = flist_new(f == -1 ? WITHOUT_HLINK : WITH_HLINK,
-           "send_file_list");
-@@ -1224,6 +1225,9 @@ struct file_list *send_file_list(int f, 
+                         "send_file_list");
+@@ -1251,6 +1252,9 @@ struct file_list *send_file_list(int f, 
                }
        }
  
@@ -18,7 +18,7 @@
        if (f != -1) {
                send_file_entry(NULL, f, 0);
  
-@@ -1231,6 +1235,8 @@ struct file_list *send_file_list(int f, 
+@@ -1258,6 +1262,8 @@ struct file_list *send_file_list(int f, 
                        finish_filelist_progress(flist);
        }
  
@@ -27,9 +27,9 @@
        if (flist->hlink_pool) {
                pool_destroy(flist->hlink_pool);
                flist->hlink_pool = NULL;
---- orig/main.c        2004-09-29 17:58:26
+--- orig/main.c        2005-01-24 01:43:10
 +++ main.c     2004-09-03 14:18:47
-@@ -178,6 +178,10 @@ static void report(int f)
+@@ -181,6 +181,10 @@ static void report(int f)
                rprintf(FINFO,"Matched data: %.0f bytes\n",
                        (double)stats.matched_data);
                rprintf(FINFO,"File list size: %d\n", stats.flist_size);
@@ -40,9 +40,9 @@
                rprintf(FINFO,"Total bytes sent: %.0f\n",
                        (double)total_written);
                rprintf(FINFO,"Total bytes received: %.0f\n",
---- orig/rsync.h       2004-09-22 08:47:31
+--- orig/rsync.h       2005-01-25 00:53:58
 +++ rsync.h    2004-09-03 14:05:13
-@@ -521,6 +521,8 @@ struct stats {
+@@ -540,6 +540,8 @@ struct stats {
        int64 literal_data;
        int64 matched_data;
        int flist_size;