X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Frtnetlink-link.h;h=24a772863e89aa9ba7397030a620b0ef8387b19a;hb=9e44d715638af28689b15ef0c5be920e61c7997b;hp=23f1ef27820c68ecd26ad652e68b26da52b9236e;hpb=2ee6545f2bff7eb27e8c84965e3ff38dfa909bf6;p=sliver-openvswitch.git diff --git a/lib/rtnetlink-link.h b/lib/rtnetlink-link.h index 23f1ef278..24a772863 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