X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e86d98cbaaf92e03a5b4b9242ed1cc0a830712f0..2067ec73421b16633fcffa283e469022bef550b6:/errcode.h diff --git a/errcode.h b/errcode.h index eec64a27..68f74b43 100644 --- a/errcode.h +++ b/errcode.h @@ -34,6 +34,8 @@ #define RERR_STREAMIO 12 /* error in rsync protocol data stream */ #define RERR_MESSAGEIO 13 /* errors with program diagnostics */ #define RERR_IPC 14 /* error in IPC code */ +#define RERR_CRASHED 15 /* sibling crashed */ +#define RERR_TERMINATED 16 /* sibling terminated abnormally */ #define RERR_SIGNAL 20 /* status returned when sent SIGUSR1, SIGINT */ #define RERR_WAITCHILD 21 /* some error returned by waitpid() */