]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Linux: Implement epoll(7) for eloop (again)
authorRoy Marples <roy@marples.name>
Thu, 28 Jan 2021 17:26:20 +0000 (17:26 +0000)
committerRoy Marples <roy@marples.name>
Thu, 28 Jan 2021 17:26:20 +0000 (17:26 +0000)
commit701a9d031e0f97d7024639a9fbeaa35afb1bbb83
tree197e6e249f3d9cfee771fddecf807e1f0b71a827
parent07af15970a386e49db4b4e5c443e702fbca2f275
Linux: Implement epoll(7) for eloop (again)

eloop allows for O(1) processing of active fd's.
The problems with the prior implementation have now been fixed.
configure
src/eloop.c
src/privsep-linux.c
src/privsep.c