X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d3d07a5e860f1cde0e234ec7a1aff7111a2c514f..8346c62a95d601f2516059cccb4784fe36fe3e9d:/errcode.h diff --git a/errcode.h b/errcode.h index 41c55432..bae7700c 100644 --- a/errcode.h +++ b/errcode.h @@ -47,6 +47,8 @@ #define RERR_TIMEOUT 30 /* timeout in data send/receive */ #define RERR_CONTIMEOUT 35 /* timeout waiting for daemon connection */ +#define RERR_RCVR_ERROR 42 /* receiver is exiting with an error */ + /* Although it doesn't seem to be specified anywhere, * ssh and the shell seem to return these values: *