X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/88a7fb3edde766e1a971d977b1e97ddf5bb05372..dc8293ff7370cac42d0005898cdc35ba7fa3c2bc:/rsync.h diff --git a/rsync.h b/rsync.h index d615f1a9..e9c41d7b 100644 --- a/rsync.h +++ b/rsync.h @@ -384,6 +384,9 @@ struct idev { #define F_DEV link_u.idev->dev #define F_INODE link_u.idev->inode +#define F_HEAD link_u.links->head +#define F_NEXT link_u.links->next + struct file_struct { time_t modtime; OFF_T length; @@ -474,6 +477,7 @@ struct stats { int flist_size; int num_files; int num_transferred_files; + int current_file_index; };