mirror of
https://github.com/curl/curl.git
synced 2026-08-03 07:50:28 +03:00
llist: make it "struct Curl_llist"
As internal global names should use captical C. Closes #5906
This commit is contained in:
parent
8bdc4f8aee
commit
9b3f888a00
17 changed files with 102 additions and 102 deletions
|
|
@ -1074,7 +1074,7 @@ ConnectionExists(struct Curl_easy *data,
|
|||
&hostbundle);
|
||||
if(bundle) {
|
||||
/* Max pipe length is zero (unlimited) for multiplexed connections */
|
||||
struct curl_llist_element *curr;
|
||||
struct Curl_llist_element *curr;
|
||||
|
||||
infof(data, "Found bundle for host %s: %p [%s]\n",
|
||||
hostbundle, (void *)bundle, (bundle->multiuse == BUNDLE_MULTIPLEX ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue