--- embedaddon/mpd/src/iface.h 2016/11/01 09:56:12 1.1.1.3 +++ embedaddon/mpd/src/iface.h 2021/03/17 00:39:23 1.1.1.5 @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -107,6 +108,7 @@ u_char traffic[IFACE_IDLE_SPLIT]; /* Mark any traffic */ u_short mtu; /* Interface MTU */ u_short max_mtu; /* Configured maximum MTU */ + u_short mtu_override; /* Configured MTU override */ struct optinfo options; /* Configuration options */ u_int idle_timeout; /* Idle timeout */ u_int session_timeout; /* Session timeout */ @@ -195,7 +197,7 @@ extern void IfaceIpv6IfaceDown(Bund b); extern void IfaceUp(Bund b, int ready); extern void IfaceDown(Bund b); - extern int IfaceStat(Context ctx, int ac, char *av[], void *arg); + extern int IfaceStat(Context ctx, int ac, const char *const av[], const void *arg); extern void IfaceListenInput(Bund b, int proto, Mbuf pkt); #ifndef USE_NG_TCPMSS