X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=interface.h;h=fcbc3e68cdfc5a3d66e9a77a7ccf9a7a43921f94;hp=8fffc7e1ebae38a7b2ccc23ce085df4757f810fc;hb=db6febc526f9b235c4596e7d793c374f35f6edc1;hpb=5896be28e9608800083fb14fbb56dffe932c5d46 diff --git a/interface.h b/interface.h index 8fffc7e..fcbc3e6 100644 --- a/interface.h +++ b/interface.h @@ -29,14 +29,19 @@ struct interface { struct vlist_node node; const char *name; + char *id; struct uloop_fd fd; struct uloop_timeout reconnect; + int v6; int ifindex; struct in_addr v4_addr; + struct in6_addr v6_addr; struct uloop_timeout announce_timer; int announce_state; + + char *mcast_addr; }; int interface_add(const char *name);