X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8b3e60523aa3d86583a1df54c81c9d480ea19740..56c7ed9983c2d3f7ee453f4a277f4bdc34bea8cd:/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; };