mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:33:37 +03:00
Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE
for storage and retrieval of private data in the curl handle.
This commit is contained in:
parent
f68505ee23
commit
8bca5e05b8
6 changed files with 29 additions and 2 deletions
|
|
@ -686,6 +686,8 @@ struct UserDefined {
|
|||
|
||||
int dns_cache_timeout; /* DNS cache timeout */
|
||||
long buffer_size; /* size of receive buffer to use */
|
||||
|
||||
char *private; /* Private data */
|
||||
|
||||
/* Here follows boolean settings that define how to behave during
|
||||
this session. They are STATIC, set by libcurl users or at least initially
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue