Handle new RERR_CRASH AND RERR_TERMINATED exit codes.
authorWayne Davison <wayned@samba.org>
Mon, 26 Sep 2005 17:07:50 +0000 (17:07 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 26 Sep 2005 17:07:50 +0000 (17:07 +0000)
log.c

diff --git a/log.c b/log.c
index 8386ea4..6f7f3a7 100644 (file)
--- 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" },