]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Tweaked ITEM_MISSING_DATA.
authorWayne Davison <wayned@samba.org>
Wed, 16 Feb 2005 17:02:02 +0000 (17:02 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 16 Feb 2005 17:02:02 +0000 (17:02 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index a06c583c7c3cb6cd6b22fda58ef201b3ddc9471b..41ee7fd0a2482ebc9685c2c2dfb92455e0e555d4 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define ITEM_REPORT_GROUP (1<<6)
 #define ITEM_IS_NEW (1<<7)
 
-#define ITEM_MISSING_DATA (1<<15)
+#define ITEM_MISSING_DATA (1<<16) /* this is outside the transmitted flags */
 
 /* Log-message categories.  FLOG is only used on the daemon side to
  * output messages to the log file. */