OSDN Git Service

Make netd listen for and notify RDNSS options.
[android-x86/system-netd.git] / NetlinkHandler.h
index c0396c0..94b7282 100644 (file)
@@ -42,5 +42,8 @@ protected:
     void notifyInterfaceClassActivity(const char *name, bool isActive);
     void notifyAddressChanged(int action, const char *addr, const char *iface,
                               const char *flags, const char *scope);
+    void notifyInterfaceDnsServers(const char *iface, const char *lifetime,
+                                   const char *servers);
+
 };
 #endif