NetworkManager/src/core/dns
Thomas Haller 45bcedb77e
core: move NM_DNS_PRIORITY_DEFAULT_{NORMAL,VPN} to libnm-base
We will use these values from NML3Cfg, and it seems wrong that NML3Cfg
would include "dns/nm-dns-manager.h" for this.

Enums are very "static". They have no logic, and there is less need to
separate the code well. Meaning, it doesn't hurt to define this enum
in "libnm-base/nm-base.h" which can be included by (almost) anybody.
2021-09-15 22:08:42 +02:00
..
nm-dns-dnsmasq.c platform: move more platform code to src/libnm-platform/ 2021-03-05 11:27:16 +01:00
nm-dns-dnsmasq.h dns: add function to retrieve the systemd-resolved plugin instance 2021-06-11 21:59:11 +02:00
nm-dns-manager.c all: use G_CALLBACK() macro instead of plain cast 2021-08-05 14:59:11 +02:00
nm-dns-manager.h core: move NM_DNS_PRIORITY_DEFAULT_{NORMAL,VPN} to libnm-base 2021-09-15 22:08:42 +02:00
nm-dns-plugin.c build: move "libnm-core/" to "src/" and split it 2021-02-18 19:46:51 +01:00
nm-dns-plugin.h dns: add function to retrieve the systemd-resolved plugin instance 2021-06-11 21:59:11 +02:00
nm-dns-systemd-resolved.c all: rename nm_utils_strdup_reset*() to nm_strdup_reset*() 2021-08-02 09:26:47 +02:00
nm-dns-systemd-resolved.h dns: add function to retrieve the systemd-resolved plugin instance 2021-06-11 21:59:11 +02:00
nm-dns-unbound.c all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h" 2021-02-09 12:38:18 +01:00
nm-dns-unbound.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00