X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frtnetlink-link.h;h=24a772863e89aa9ba7397030a620b0ef8387b19a;hb=ca261b65354f522ba43c823221763ca6f4604e2d;hp=23f1ef27820c68ecd26ad652e68b26da52b9236e;hpb=2ee6545f2bff7eb27e8c84965e3ff38dfa909bf6;p=openvswitch diff --git a/lib/rtnetlink-link.h b/lib/rtnetlink-link.h index 23f1ef27..24a77286 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). */ + bool running; /* Carrier of network device. */ }; /* Function called to report that a netdev has changed. 'change' describes the