X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f2b6fe44a674c008133b074aa7c603470a7fbf00..991daf008d191b40890f3a480c795dfb16d6d3a7:/log.c diff --git a/log.c b/log.c index 8386ea4c..b03fc084 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_CRASHED , "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" },