aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index d90c6cd08..875dd0032 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1053,6 +1053,9 @@ struct UrlState {
must keep it around and add it to the list of handles to kill once all
its connections are gone */
void *shared_conn;
+ bool closed; /* set to TRUE when curl_easy_cleanup() has been called on this
+ handle, but it is kept around as mentioned for
+ shared_conn */
};