Commit 604dbf6d authored by Wayne Davison's avatar Wayne Davison

Make the file_list stats value an int64.

parent 53593085
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment