X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flacp.h;h=624e3682dc9df81a637630c7da0ee7577bf4e3a6;hb=9d232a6d578e1283c543b0a40f5915e39813ac21;hp=d408298431833b5e0f992321332439dd89ea8d08;hpb=bf83f7c82f28d920487fb00741e5b0b692d93d36;p=openvswitch diff --git a/lib/lacp.h b/lib/lacp.h index d4082984..624e3682 100644 --- a/lib/lacp.h +++ b/lib/lacp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira Networks. + * Copyright (c) 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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);