]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_cfgable: sort struct fields by size, use bitfields for booleans
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2025 10:59:04 +0000 (11:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Feb 2025 08:51:43 +0000 (09:51 +0100)
commit06bb1587373dcc42ffbe104b214c900936acfb3c
treeb940f5022ca723016479e34e8d81f4574c1bcca0
parent2ff01152c76e82d3626e3afb592312050d4a6516
tool_cfgable: sort struct fields by size, use bitfields for booleans

Shrunk struct OperationConfig and struct GlobalConfig by several hundred
bytes combined. No loss of functionality.

Closes #16211
src/tool_cfgable.h
src/tool_operate.h
src/tool_sdecls.h