X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Flacp.h;h=624e3682dc9df81a637630c7da0ee7577bf4e3a6;hb=eb857b4824d2a62e1cc1b85c30a3da007d4942c9;hp=d408298431833b5e0f992321332439dd89ea8d08;hpb=bf83f7c82f28d920487fb00741e5b0b692d93d36;p=sliver-openvswitch.git diff --git a/lib/lacp.h b/lib/lacp.h index d40829843..624e3682d 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);