diff options
author | Wayne Davison <wayned@samba.org> | 2005-09-26 17:07:50 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-09-26 17:07:50 +0000 |
commit | 0047f535efa81213860a53491a062f756a2708d9 (patch) | |
tree | 163660b56c0170cdbc07404fb0b8ad9e0c279e5d /log.c | |
parent | 90eca40d271a3de7cec62582d6599f22b0359993 (diff) | |
download | rsync-0047f535efa81213860a53491a062f756a2708d9.tar.gz |
Handle new RERR_CRASH AND RERR_TERMINATED exit codes.
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" }, |