X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/adc2476fa213797d849ae80fa8b5fcd9eba5dc4f..daa8d920942f064b68f913eeb87da28753dc203a:/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; };