diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-01-10 15:54:52 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-01-10 15:54:52 +0100 |
commit | e9cd5a6826f198029ee466ae63d56dca4dfa4ad7 (patch) | |
tree | cb259a1fc5cbb2b8bef965ea0f968b056fefbd5d /util.c | |
parent | 6281d3c3633fb1de98ff6010212325e45c226f3c (diff) |
llmnrd: merge rtnl interface event loop into main select() loops
Instead of spawming a thread for the sole purpose of watching the rtnl
for (presumably) seldom events, just merge the select() for all sockets
together in one single main loop.
This reduces unnecessary complexity and makes llmnrd no longer require
any locking.
It also allows us to handle signals in a thread-safe manner (as there
aren't any ;) and thus the race condition on exit reported in #20
Closes #20
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions