Added flag ITEM_MATCHED.
authorWayne Davison <wayned@samba.org>
Fri, 10 Nov 2006 05:06:53 +0000 (05:06 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 10 Nov 2006 05:06:53 +0000 (05:06 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 7e9fccf..4d3facc 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 /* These are outside the range of the transmitted flags. */
 #define ITEM_MISSING_DATA (1<<16)         /* used by log_formatted() */
 #define ITEM_DELETED (1<<17)              /* used by log_formatted() */
+#define ITEM_MATCHED (1<<18)              /* used by itemize() */
 
 #define SIGNIFICANT_ITEM_FLAGS (~(\
        ITEM_BASIS_TYPE_FOLLOWS | ITEM_XNAME_FOLLOWS | ITEM_LOCAL_CHANGE))