Added FLAG_MOUNT_POINT.
authorWayne Davison <wayned@samba.org>
Tue, 27 Jan 2004 01:47:40 +0000 (01:47 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 27 Jan 2004 01:47:40 +0000 (01:47 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index d46fbb7..a019718 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -58,6 +58,7 @@
 
 #define FLAG_TOP_DIR (1<<0)
 #define FLAG_HLINK_EOL (1<<1)  /* generator only */
+#define FLAG_MOUNT_POINT (1<<2)        /* sender only */
 
 /* update this if you make incompatible changes */
 #define PROTOCOL_VERSION 28