summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/multihandle.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-11 12:13:15 (GMT)
committerBrad King <brad.king@kitware.com>2017-10-11 12:13:15 (GMT)
commit165eff93821cf2860caea309a524b08179d5bc45 (patch)
treec3a91260b72c3114be5c0359f8ae7e14873403bf /Utilities/cmcurl/lib/multihandle.h
parent0a5987fa599071acd7f98bba4c0ab42289040ef0 (diff)
parentbb7591487d95ff9b638c7c1702a8dca2a9e39b45 (diff)
downloadCMake-165eff93821cf2860caea309a524b08179d5bc45.zip
CMake-165eff93821cf2860caea309a524b08179d5bc45.tar.gz
CMake-165eff93821cf2860caea309a524b08179d5bc45.tar.bz2
Merge branch 'update-curl' into release-3.10
Merge-request: !1372
Diffstat (limited to 'Utilities/cmcurl/lib/multihandle.h')
-rw-r--r--Utilities/cmcurl/lib/multihandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/multihandle.h b/Utilities/cmcurl/lib/multihandle.h
index e6ffbf5..4057539 100644
--- a/Utilities/cmcurl/lib/multihandle.h
+++ b/Utilities/cmcurl/lib/multihandle.h
@@ -148,7 +148,7 @@ struct Curl_multi {
/* timer callback and user data pointer for the *socket() API */
curl_multi_timer_callback timer_cb;
void *timer_userp;
- struct timeval timer_lastcall; /* the fixed time for the timeout for the
+ struct curltime timer_lastcall; /* the fixed time for the timeout for the
previous callback */
};