From ae289aec1e3992b8a805567b444bd35d8258bc3d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 27 Jan 2004 01:47:40 +0000 Subject: [PATCH] Added FLAG_MOUNT_POINT. --- rsync.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rsync.h b/rsync.h index d46fbb74..a0197188 100644 --- 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 -- 2.34.1