X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dc8293ff7370cac42d0005898cdc35ba7fa3c2bc..97feb557ede01b645989d16b2e345aaec0790027:/sender.c diff --git a/sender.c b/sender.c index b0c24ddb..1d9a132b 100644 --- a/sender.c +++ b/sender.c @@ -34,8 +34,6 @@ extern int am_server; * and transmits them to the receiver. The sender process runs on the * machine holding the source files. **/ - - void read_sum_head(int f, struct sum_struct *sum) { extern int protocol_version; @@ -155,6 +153,7 @@ void send_files(struct file_list *flist, int f_out, int f_in) file = flist->files[i]; + stats.current_file_index = i; stats.num_transferred_files++; stats.total_transferred_size += file->length;