diff options
author | Wayne Davison <wayned@samba.org> | 2007-11-28 00:28:26 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-11-28 00:28:26 -0800 |
commit | ba22c9e219ccd45fea318e7759a7fe4a7c3703dc (patch) | |
tree | 13e75002a1c66dfdfa6c875fa94ab8a4e3b0fc30 /log.c | |
parent | 6a2456c501093327333b79af9a5fd9cf311702ea (diff) | |
download | rsync-ba22c9e219ccd45fea318e7759a7fe4a7c3703dc.tar.gz rsync-ba22c9e219ccd45fea318e7759a7fe4a7c3703dc.tar.bz2 rsync-ba22c9e219ccd45fea318e7759a7fe4a7c3703dc.zip |
Adding --contimeout=SECONDS option.
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ struct { { RERR_PARTIAL , "some files could not be transferred" }, { RERR_VANISHED , "some files vanished before they could be transferred" }, { RERR_TIMEOUT , "timeout in data send/receive" }, + { RERR_CONTIMEOUT , "timeout waiting for daemon connection" }, { RERR_CMD_FAILED , "remote shell failed" }, { RERR_CMD_KILLED , "remote shell killed" }, { RERR_CMD_RUN , "remote command could not be run" }, |