]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
eloop: Import latest from dhcpsd
authorRoy Marples <roy@marples.name>
Thu, 30 Oct 2025 14:07:54 +0000 (14:07 +0000)
committerRoy Marples <roy@marples.name>
Thu, 30 Oct 2025 14:07:54 +0000 (14:07 +0000)
commitc4d6af24d34dbb77188ec199c10e31b2c3bc410c
treebafd08d19fdde63d6f02c30fa4fe36eff3d6e4e3
parente13bfe32b988c45d6cbea1ae8ca04cc8ec8e95a1
eloop: Import latest from dhcpsd

Finally have kqueue and epoll working for a multi-process
setup.
The secret sauce was that after forking the fd for polling
is invalid and as such should not be closed blindly.
src/eloop.c
src/eloop.h