From: Wayne Davison Date: Tue, 27 Jan 2004 01:47:40 +0000 (+0000) Subject: Added FLAG_MOUNT_POINT. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ae289aec1e3992b8a805567b444bd35d8258bc3d Added FLAG_MOUNT_POINT. --- 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