propagate unicast bit
[project/mdnsd.git] / interface.h
index 2f7aea4..545369d 100644 (file)
@@ -27,6 +27,7 @@ extern struct vlist_tree interfaces;
 
 struct interface {
        struct vlist_node node;
+       struct interface *peer;
 
        const char *name;
        char *id;