X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8a33c406b34e7e8fce6e18834e620cdf833f4d96..165e6d446c3e1ac1cbf67740c3f5c3b60e2e02a0:/rsync.h diff --git a/rsync.h b/rsync.h index 49bff0bd..b65e53b1 100644 --- a/rsync.h +++ b/rsync.h @@ -146,9 +146,11 @@ #define ITEM_REPORT_GROUP (1<<6) #define ITEM_IS_NEW (1<<7) #define ITEM_USING_ALT_BASIS (1<<8) +/* These are outside the range of the transmitted flags. */ +#define ITEM_NO_DEST_AND_NO_UPDATE (1<<16) /* used by itemize() */ +#define ITEM_MISSING_DATA (1<<16) /* used by log_formatted() */ +#define ITEM_DELETED (1<<17) /* used by log_formatted() */ -#define ITEM_MISSING_DATA (1<<16) /* these are outside the transmitted flags */ -#define ITEM_DELETED (1<<17) /* Log-message categories. FLOG and FCLIENT are only used on the daemon * side for custom logging -- they don't get sent over the socket. */