- Added flags HAS_INODE_DATA and SAME_DEV.
authorWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 11:28:07 +0000 (11:28 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 11:28:07 +0000 (11:28 +0000)
- Changed PROTOCOL_VERSION to 28 now.

rsync.h

diff --git a/rsync.h b/rsync.h
index e68423b..30ab190 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define LONG_NAME (1<<6)
 #define SAME_TIME (1<<7)
 #define SAME_HIGH_RDEV (1<<8)
 #define LONG_NAME (1<<6)
 #define SAME_TIME (1<<7)
 #define SAME_HIGH_RDEV (1<<8)
+#define HAS_INODE_DATA (1<<9)
+#define SAME_DEV (1<<10)
 
 /* update this if you make incompatible changes */
 
 /* update this if you make incompatible changes */
-#define PROTOCOL_VERSION 27
+#define PROTOCOL_VERSION 28
 
 /* We refuse to interoperate with versions that are not in this range.
  * Note that we assume we'll work with later versions: the onus is on
 
 /* We refuse to interoperate with versions that are not in this range.
  * Note that we assume we'll work with later versions: the onus is on