Make the file_list stats value an int64.
authorWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 08:36:48 +0000 (08:36 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 08:36:48 +0000 (08:36 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 25cb560..735f821 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -648,7 +648,7 @@ struct stats {
        int64 matched_data;
        int64 flist_buildtime;
        int64 flist_xfertime;
-       int flist_size;
+       int64 flist_size;
        int num_files;
        int num_transferred_files;
        int current_file_index;