]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reduce struct isc__nm_uvreq size from 1560 to 560 bytes
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Sep 2023 07:10:41 +0000 (09:10 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 8 Feb 2024 14:13:47 +0000 (15:13 +0100)
commiteada7b6e1302b50f298c5ee96829bae2f24b1482
treeb8ac2d4dd567c57818a8104870950e6e0e8c6ea6
parent2367b6a2e1770df42415a1813b036814a945843b
Reduce struct isc__nm_uvreq size from 1560 to 560 bytes

The uv_req union member of struct isc__nm_uvreq contained libuv request
types that we don't use.  Turns out that uv_getnameinfo_t is 1000 bytes
big and unnecessarily enlarged the whole structure.  Remove all the
unused members from the uv_req union.
lib/isc/netmgr/netmgr-int.h