X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=interface.h;h=8fffc7e1ebae38a7b2ccc23ce085df4757f810fc;hp=5250e96d333034b71886250e4de18048e32d7172;hb=4059fe10c18e7ea7309198741f18cf71c6afc911;hpb=c8efd420daed1cae3c46877847aaf05a5b9deb66 diff --git a/interface.h b/interface.h index 5250e96..8fffc7e 100644 --- a/interface.h +++ b/interface.h @@ -18,6 +18,8 @@ #include #include +#include + #include #include @@ -31,7 +33,7 @@ struct interface { struct uloop_timeout reconnect; int ifindex; - const char *ip; + struct in_addr v4_addr; struct uloop_timeout announce_timer; int announce_state;