move announce state to struct interface
[project/mdnsd.git] / interface.h
index fe709aaddf32db4a9ba4eb307d9302066808e33b..05104c27ad6205eb37677a3e32555ad3273c0cd7 100644 (file)
@@ -32,6 +32,9 @@ struct interface {
 
        int ifindex;
        const char *ip;
+
+       struct uloop_timeout announce_timer;
+       int announce_state;
 };
 
 int interface_add(const char *name);