From: Colin Vidal Date: Sat, 6 Dec 2025 08:25:26 +0000 (+0100) Subject: chg: dev: Shrunk cfgobj down from 48 bytes to 40 bytes X-Git-Tag: v9.21.17~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0dc621e4f4d21a324645706a7a2991d2d70e37;p=thirdparty%2Fbind9.git chg: dev: Shrunk cfgobj down from 48 bytes to 40 bytes Follow-up of 38ce2906 as the size of the `cfg_obj_t` can actually goes down to 40 bytes "for free", by using bitfields to only use 31 bits for the `line` field, so the remaining bit can be use to hold the `cloned` state without paying the extra 8 bytes padding. Merge branch 'colin/cfgobj-40bytes' into 'main' See merge request isc-projects/bind9!11334 --- ca0dc621e4f4d21a324645706a7a2991d2d70e37