From 0047f535efa81213860a53491a062f756a2708d9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 26 Sep 2005 17:07:50 +0000 Subject: [PATCH] Handle new RERR_CRASH AND RERR_TERMINATED exit codes. --- log.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log.c b/log.c index 8386ea4c..6f7f3a77 100644 --- a/log.c +++ b/log.c @@ -65,6 +65,8 @@ struct { { RERR_STREAMIO , "error in rsync protocol data stream" }, { RERR_MESSAGEIO , "errors with program diagnostics" }, { RERR_IPC , "error in IPC code" }, + { RERR_CRASH , "sibling process crashed" }, + { RERR_TERMINATED , "sibling process terminated abnormally" }, { RERR_SIGNAL , "received SIGUSR1 or SIGINT" }, { RERR_WAITCHILD , "some error returned by waitpid()" }, { RERR_MALLOC , "error allocating core memory buffers" }, -- 2.34.1