X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Frtnetlink-link.h;h=b6ddb2149eb136cc8a18417f4daf366a7c21bbc4;hb=541bc79f73add327072470c9bc3febb4195cdb3c;hp=23f1ef27820c68ecd26ad652e68b26da52b9236e;hpb=2ee6545f2bff7eb27e8c84965e3ff38dfa909bf6;p=openvswitch diff --git a/lib/rtnetlink-link.h b/lib/rtnetlink-link.h index 23f1ef27..b6ddb214 100644 --- a/lib/rtnetlink-link.h +++ b/lib/rtnetlink-link.h @@ -37,6 +37,7 @@ struct rtnetlink_link_change { /* Extracted from Netlink attributes. */ const char *ifname; /* Name of network device. */ int master_ifindex; /* Ifindex of datapath master (0 if none). */ + unsigned int ifi_flags; /* Flags of network device. */ }; /* Function called to report that a netdev has changed. 'change' describes the