Fix bug with validing remote filter rules.
[rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index f0d3dd0b4092b823ecb589d9a483055173940fcd..0a5ff8090255fb93dff17c58101304fed991200c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -1024,6 +1024,7 @@ typedef struct filter_struct {
                int slash_cnt;
                struct filter_list_struct *mergelist;
        } u;
+       uchar elide;
 } filter_rule;
 
 typedef struct filter_list_struct {