X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/669e76717c64bf40a8626da779839420cbf4a068..278e3d4f6e1ce4fd587a9091b1b11bf05d432646:/rsync.h diff --git a/rsync.h b/rsync.h index 81153ebd..b493fefb 100644 --- a/rsync.h +++ b/rsync.h @@ -100,6 +100,7 @@ #define IOERR_GENERAL (1<<0) /* For backward compatibility, this must == 1 */ #define IOERR_VANISHED (1<<1) +#define IOERR_DEL_LIMIT (1<<2) #define MAX_ARGS 1000 @@ -157,7 +158,8 @@ #define SIGNIFICANT_ITEM_FLAGS (ITEM_TRANSFER | ITEM_REPORT_CHECKSUM \ | ITEM_REPORT_SIZE | ITEM_REPORT_TIME | ITEM_REPORT_PERMS \ - | ITEM_REPORT_OWNER | ITEM_REPORT_GROUP | ITEM_IS_NEW) + | ITEM_REPORT_OWNER | ITEM_REPORT_GROUP | ITEM_REPORT_XATTRS \ + | ITEM_IS_NEW) /* Log-message categories. FLOG and FCLIENT are only used on the daemon