aboutsummaryrefslogtreecommitdiffstats
path: root/errcode.h
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 /errcode.h
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 'errcode.h')
-rw-r--r--errcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/errcode.h b/errcode.h
index c5259d41..f9e63578 100644
--- a/errcode.h
+++ b/errcode.h
@@ -45,6 +45,7 @@
#define RERR_DEL_LIMIT 25 /* skipped some deletes due to --max-delete */
#define RERR_TIMEOUT 30 /* timeout in data send/receive */
+#define RERR_CONTIMEOUT 35 /* timeout waiting for daemon connection */
/* Although it doesn't seem to be specified anywhere,
* ssh and the shell seem to return these values: