Added ITEM_USING_ALT_BASIS.
authorWayne Davison <wayned@samba.org>
Tue, 22 Feb 2005 21:43:54 +0000 (21:43 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 22 Feb 2005 21:43:54 +0000 (21:43 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index f62dcc0..1a4f6c1 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define ITEM_REPORT_OWNER (1<<5)
 #define ITEM_REPORT_GROUP (1<<6)
 #define ITEM_IS_NEW (1<<7)
+#define ITEM_USING_ALT_BASIS (1<<8)
 
 #define ITEM_MISSING_DATA (1<<16) /* these are outside the transmitted flags */
 #define ITEM_DELETED (1<<17)