]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: change the struct getout flags field into bitfields
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 May 2025 22:08:56 +0000 (00:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 May 2025 11:41:32 +0000 (13:41 +0200)
commit65e4444d67641b0e38be8fa8be16e8ebc3c276f2
tree721f5bd2897683c73d581a7c1b8f379fbe60de6e
parent8ab73bb1ff6f0fcfef1ce89252824b9099d25140
curl: change the struct getout flags field into bitfields

As the flags were use mostly as individual booleans anyway, the code
gets simpler when we use bitfields instead of manual bitwise operations.

Closes #17436
src/tool_cfgable.h
src/tool_getparam.c
src/tool_operate.c
src/tool_paramhlp.c
src/tool_sdecls.h