diff options
author | Brad King <brad.king@kitware.com> | 2017-10-11 12:13:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-11 12:13:15 (GMT) |
commit | 165eff93821cf2860caea309a524b08179d5bc45 (patch) | |
tree | c3a91260b72c3114be5c0359f8ae7e14873403bf /Utilities/cmcurl/lib/pingpong.h | |
parent | 0a5987fa599071acd7f98bba4c0ab42289040ef0 (diff) | |
parent | bb7591487d95ff9b638c7c1702a8dca2a9e39b45 (diff) | |
download | CMake-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/pingpong.h')
-rw-r--r-- | Utilities/cmcurl/lib/pingpong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/pingpong.h b/Utilities/cmcurl/lib/pingpong.h index ee1a59b..a2c8ff5 100644 --- a/Utilities/cmcurl/lib/pingpong.h +++ b/Utilities/cmcurl/lib/pingpong.h @@ -58,7 +58,7 @@ struct pingpong { server */ size_t sendleft; /* number of bytes left to send from the sendthis buffer */ size_t sendsize; /* total size of the sendthis buffer */ - struct timeval response; /* set to Curl_tvnow() when a command has been sent + struct curltime response; /* set to Curl_tvnow() when a command has been sent off, used to time-out response reading */ long response_time; /* When no timeout is given, this is the amount of milliseconds we await for a server response. */ |