ovsdb-data: Short-circuit ovsdb_datum_includes_all() in trivial case.
[openvswitch] / lib / rtnetlink-link.h
index 23f1ef27820c68ecd26ad652e68b26da52b9236e..24a772863e89aa9ba7397030a620b0ef8387b19a 100644 (file)
@@ -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