]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: change prefix for the network change bits to CURLMNWC_
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Aug 2025 09:39:32 +0000 (11:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Aug 2025 11:05:59 +0000 (13:05 +0200)
commit3689ef21bde91c549b15ea7818e623914b87d702
tree62f6c86b88550bfa94d0f952b9622c45ef06650a
parent96ff6b98b488d9672ae134abb950f2668ccceb32
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
docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md
docs/libcurl/symbols-in-versions
include/curl/multi.h
lib/multi.c
tests/libtest/lib3033.c