ofproto-dpif: Keep subfacet "used" times more up-to-date.
[openvswitch] / lib / lacp.h
index d408298431833b5e0f992321332439dd89ea8d08..5e1982601f4a8774497da9c6697eab05acf13fb8 100644 (file)
@@ -35,7 +35,6 @@ struct lacp_settings {
     uint16_t priority;                /* System priority. */
     bool active;                      /* Active or passive mode? */
     bool fast;                        /* Fast or slow probe interval. */
-    bool heartbeat;                   /* Heartbeat mode. */
 };
 
 void lacp_init(void);