]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 0089f6f90342551a9e837f2b3f25f0150e84c7df..e9c41d7b400bb1e7d6d20e3cfc56e3d3f90c803f 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;
 };