Give the user an idea of how far along in the transfer we are
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 0089f6f..e9c41d7 100644 (file)
--- 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;
 };