X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c..1ed9018e69a0d224ff59184974d9150d1cb8814d:/rsync.h diff --git a/rsync.h b/rsync.h index 5ac914fe..c1225563 100644 --- a/rsync.h +++ b/rsync.h @@ -166,8 +166,9 @@ /* For use by the itemize_changes code */ #define ITEM_REPORT_ATIME (1<<0) -#define ITEM_REPORT_CHECKSUM (1<<1) -#define ITEM_REPORT_SIZE (1<<2) +#define ITEM_REPORT_CHANGE (1<<1) +#define ITEM_REPORT_SIZE (1<<2) /* regular files only */ +#define ITEM_REPORT_TIMEFAIL (1<<2) /* symlinks only */ #define ITEM_REPORT_TIME (1<<3) #define ITEM_REPORT_PERMS (1<<4) #define ITEM_REPORT_OWNER (1<<5)