X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8b3e60523aa3d86583a1df54c81c9d480ea19740..46b1361b4193f1e19eb18ea4ee95b3d194ce2822:/rsync.h diff --git a/rsync.h b/rsync.h index c23e523d..7eb9a807 100644 --- a/rsync.h +++ b/rsync.h @@ -814,6 +814,7 @@ struct filter_struct { struct filter_list_struct { struct filter_struct *head; struct filter_struct *tail; + struct filter_struct *parent_dirscan_head; char *debug_type; };