From 90eca40d271a3de7cec62582d6599f22b0359993 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 26 Sep 2005 17:06:33 +0000 Subject: [PATCH] Defined RERR_CRASH and RERR_TERMINATED. --- errcode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/errcode.h b/errcode.h index eec64a27..aaf13d37 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_CRASH 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() */ -- 2.34.1