Several fixes for merge file handling:
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index c23e523..7eb9a80 100644 (file)
--- 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_list_struct {
        struct filter_struct *head;
        struct filter_struct *tail;
+       struct filter_struct *parent_dirscan_head;
        char *debug_type;
 };
 
        char *debug_type;
 };