aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-11-28 00:28:26 -0800
committerWayne Davison <wayned@samba.org>2007-11-28 00:28:26 -0800
commitba22c9e219ccd45fea318e7759a7fe4a7c3703dc (patch)
tree13e75002a1c66dfdfa6c875fa94ab8a4e3b0fc30 /log.c
parent6a2456c501093327333b79af9a5fd9cf311702ea (diff)
downloadandroid_external_rsync-ba22c9e219ccd45fea318e7759a7fe4a7c3703dc.tar.gz
android_external_rsync-ba22c9e219ccd45fea318e7759a7fe4a7c3703dc.tar.bz2
android_external_rsync-ba22c9e219ccd45fea318e7759a7fe4a7c3703dc.zip
Adding --contimeout=SECONDS option.
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.c b/log.c
index fc4b5833..146c082b 100644
--- a/log.c
+++ b/log.c
@@ -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" },