X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fe70ad26d3c7a937505e6d6adfead73ae5350b5e..d17e1dd2dae6bfd9e2e147a0dd3039848dd43abc:/rsync.h diff --git a/rsync.h b/rsync.h index 0089f6f9..bc009582 100644 --- a/rsync.h +++ b/rsync.h @@ -55,7 +55,7 @@ #define SAME_DEV (1<<10) /* What flags are relevant after the transfer of the flist is complete? */ -#define LIVE_FLAGS (FLAG_DELETE|HAS_INODE_DATA) +#define LIVE_FLAGS FLAG_DELETE /* update this if you make incompatible changes */ #define PROTOCOL_VERSION 28 @@ -477,6 +477,7 @@ struct stats { int flist_size; int num_files; int num_transferred_files; + int current_file_index; };