]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 d46fbb7421961d219acef2efad06f2c7cc51d298..a0197188a7399d08e00d0b945819f3625900a338 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