aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-13 14:20:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-13 14:20:47 +0000
commit6dfe0ec31ed5ac5c9868b08bd8340a2101e8b667 (patch)
treec3b2c51288e23c1d5a02106cb345bb597f218db4 /lib/urldata.h
parent8b3f1cebda53dbf67be5e49ba06878290ac62e9f (diff)
Sterling Hughes brings the share interface
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 44a4a7200..dece629fd 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -694,7 +694,8 @@ struct UserDefined {
* 'struct urlstate' instead. */
struct SessionHandle {
- curl_hash *hostcache;
+ curl_hash *hostcache;
+ curl_share *share; /* Share, handles global variable mutexing */
struct UserDefined set; /* values set by the libcurl user */
struct DynamicStatic change; /* possibly modified userdefined data */