X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b3b326016a4d29fea20d97e782f1af05542aca22..9decb4d2ef51599425f12a68dbeba2b4f3a2d908:/rsync.h diff --git a/rsync.h b/rsync.h index f4b03a69..17afb690 100644 --- a/rsync.h +++ b/rsync.h @@ -674,9 +674,9 @@ struct file_list { struct file_struct **files, **sorted; alloc_pool_t file_pool; void *pool_boundary; - int count, malloced; - int low, high; /* 0-relative index values excluding empties */ - int ndx_start; /* the start offset for inc_recurse mode */ + int used, malloced; + int low, high; /* 0-relative index values excluding empties */ + int ndx_start; /* the start offset for inc_recurse mode */ int parent_ndx; /* dir_flist index of parent directory */ int in_progress, to_redo; };