mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:13:35 +03:00
multi: change prefix for the network change bits to CURLMNWC_
Because "CURLM_" is used for curl multi error codes and it is convenient to use the prefix to identify the number family. Closes #18176
This commit is contained in:
parent
96ff6b98b4
commit
3689ef21bd
5 changed files with 27 additions and 27 deletions
|
|
@ -36,7 +36,7 @@ static CURLcode t3033_req_test(CURLM *multi, CURL *easy,
|
|||
|
||||
if(index == 1) {
|
||||
curl_multi_setopt(multi, CURLMOPT_NETWORK_CHANGED,
|
||||
CURLM_NWCOPT_CLEAR_CONNS);
|
||||
CURLMNWC_CLEAR_CONNS);
|
||||
curl_mprintf("[1] signal network change\n");
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue