summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-09-26 17:07:50 +0000
committerWayne Davison <wayned@samba.org>2005-09-26 17:07:50 +0000
commit0047f535efa81213860a53491a062f756a2708d9 (patch)
tree163660b56c0170cdbc07404fb0b8ad9e0c279e5d /log.c
parent90eca40d271a3de7cec62582d6599f22b0359993 (diff)
downloadrsync-0047f535efa81213860a53491a062f756a2708d9.tar.gz
Handle new RERR_CRASH AND RERR_TERMINATED exit codes.
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 2 insertions, 0 deletions
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" },