summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-01-07 12:58:40 +0000
committerdes <des@FreeBSD.org>2000-01-07 12:58:40 +0000
commitc701cfdd7c04109f912bfb68fd7a585ecbd44e1d (patch)
tree818f61f93dc1f5c6c7436a1c8f6e20e3b7c09201 /lib/libfetch/fetch.c
parent3acbd8ffda546db2a916c987d7912527644c316f (diff)
downloadFreeBSD-src-c701cfdd7c04109f912bfb68fd7a585ecbd44e1d.zip
FreeBSD-src-c701cfdd7c04109f912bfb68fd7a585ecbd44e1d.tar.gz
More old uncommitted patches: implement timeouts at the protocol level.
Currently only supported for ftp connections.
Diffstat (limited to 'lib/libfetch/fetch.c')
-rw-r--r--lib/libfetch/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c
index bf4476f..3c944a1 100644
--- a/lib/libfetch/fetch.c
+++ b/lib/libfetch/fetch.c
@@ -41,6 +41,7 @@
int fetchLastErrCode;
+int fetchTimeout;
/*** Local data **************************************************************/
OpenPOWER on IntegriCloud