diff options
Diffstat (limited to 'lib/urldata.h')
| -rw-r--r-- | lib/urldata.h | 3 | 
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 */ | 
