Added current_file_index.
authorWayne Davison <wayned@samba.org>
Tue, 13 Jan 2004 18:22:13 +0000 (18:22 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 13 Jan 2004 18:22:13 +0000 (18:22 +0000)
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;
 };