From: Wayne Davison Date: Tue, 13 Jan 2004 18:22:13 +0000 (+0000) Subject: Added current_file_index. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/dc8293ff7370cac42d0005898cdc35ba7fa3c2bc Added current_file_index. --- diff --git a/rsync.h b/rsync.h index 0089f6f9..e9c41d7b 100644 --- a/rsync.h +++ b/rsync.h @@ -477,6 +477,7 @@ struct stats { int flist_size; int num_files; int num_transferred_files; + int current_file_index; };