X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flacp.h;h=0fb797e89b790173012048465b06c800bb2454dc;hb=520e9a2acdcf6136bf0a20586df6351ecf72dd3e;hp=396569205e9df3d85437482dc5fa29fa8a0ad312;hpb=cdcf42c664eeb6b260693fc182c1782669f7d39e;p=openvswitch diff --git a/lib/lacp.h b/lib/lacp.h index 39656920..0fb797e8 100644 --- a/lib/lacp.h +++ b/lib/lacp.h @@ -88,7 +88,7 @@ struct lacp_settings { bool active; enum lacp_time lacp_time; long long int custom_time; - bool strict; + bool heartbeat; }; void lacp_init(void); @@ -106,6 +106,7 @@ struct lacp_slave_settings { char *name; uint16_t id; uint16_t priority; + uint16_t key; }; void lacp_slave_register(struct lacp *, void *slave_,