aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/lib/share.h
diff options
context:
space:
mode:
authordeshevoy <deshevoy@yandex-team.ru>2022-02-10 16:46:56 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:56 +0300
commite988f30484abe5fdeedcc7a5d3c226c01a21800c (patch)
tree0a217b173aabb57b7e51f8a169989b1a3e0309fe /contrib/libs/curl/lib/share.h
parent33ee501c05d3f24036ae89766a858930ae66c548 (diff)
downloadydb-e988f30484abe5fdeedcc7a5d3c226c01a21800c.tar.gz
Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/curl/lib/share.h')
-rw-r--r--contrib/libs/curl/lib/share.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/libs/curl/lib/share.h b/contrib/libs/curl/lib/share.h
index 01aa9cda59..de42aeb991 100644
--- a/contrib/libs/curl/lib/share.h
+++ b/contrib/libs/curl/lib/share.h
@@ -25,9 +25,9 @@
#include "curl_setup.h"
#include <curl/curl.h>
#include "cookie.h"
-#include "psl.h"
+#include "psl.h"
#include "urldata.h"
-#include "conncache.h"
+#include "conncache.h"
/* SalfordC says "A structure member may not be volatile". Hence:
*/
@@ -45,22 +45,22 @@ struct Curl_share {
curl_lock_function lockfunc;
curl_unlock_function unlockfunc;
void *clientdata;
- struct conncache conn_cache;
+ struct conncache conn_cache;
struct Curl_hash hostcache;
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_COOKIES)
struct CookieInfo *cookies;
#endif
-#ifdef USE_LIBPSL
- struct PslCache psl;
-#endif
+#ifdef USE_LIBPSL
+ struct PslCache psl;
+#endif
struct Curl_ssl_session *sslsession;
size_t max_ssl_sessions;
long sessionage;
};
-CURLSHcode Curl_share_lock(struct Curl_easy *, curl_lock_data,
- curl_lock_access);
-CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
+CURLSHcode Curl_share_lock(struct Curl_easy *, curl_lock_data,
+ curl_lock_access);
+CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
#endif /* HEADER_CURL_SHARE_H */