#include "nm_platform.hpp" #ifdef WITH_SYSTEMD extern "C" { #include } #include using namespace std::literals; namespace llarp::dns::nm { Platform::Platform() {} void Platform::set_resolver(std::string, llarp::SockAddr, bool) { // todo: implement me eventually } } // namespace llarp::dns::nm #endif