mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 20:20:09 +01:00
All our sources should include one of the "nm-default*.h" headers first. That one drags in <config.h>, which must be included first and a few other basics. Which is the right "nm-default*.h" header depends on the component. In case of "nm-daemon-helper.c", it's "libnm-std-aux/nm-default-std.h". |
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-daemon-helper.c | ||
| README.md | ||
nm-daemon-helper
A internal helper application that is spawned by NetworkManager to perform certain actions.
Currently all it does is doing a reverse DNS lookup, which cannot be done by NetworkManager because the operation requires to reconfigure the libc resolver (which is a process-wide operation).
This is not directly useful to the user.