]> git.meshlink.io Git - catta/blobdiff - avahi-core/iface.h
* small fix in the #includes
[catta] / avahi-core / iface.h
index 167175342ea25fe449dc5f4b10bf59192ea2dcc4..24da316679bf3e961406e82daa4052a3fcefb837 100644 (file)
@@ -45,7 +45,17 @@ typedef struct AvahiHwInterface AvahiHwInterface;
 #elif defined(HAVE_PF_ROUTE)
 #include "iface-pfroute.h"
 #else
-#error "No network configuration notification system available"
+typedef struct AvahiInterfaceMonitorOSDep AvahiInterfaceMonitorOSDep;
+struct AvahiInterfaceMonitorOSDep {
+        
+    unsigned query_addr_seq, query_link_seq;
+    
+    enum {
+        LIST_IFACE,
+        LIST_ADDR,
+        LIST_DONE
+    } list;
+};
 #endif
 
 #define AVAHI_MAC_ADDRESS_MAX 32