From: Wayne Davison Date: Mon, 26 Sep 2005 17:07:50 +0000 (+0000) Subject: Handle new RERR_CRASH AND RERR_TERMINATED exit codes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0047f535efa81213860a53491a062f756a2708d9 Handle new RERR_CRASH AND RERR_TERMINATED exit codes. --- 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" },