X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbond.h;h=7329db7c0a97e3ac1ad9ac33da5e6b3d35150d7c;hb=c2f0373a8248d0c20d2f876d7f3bc61a400d9924;hp=9eb1b8fb8bfb8fab7d477551f037dd653dbbee86;hpb=bdebeece558fbeebb87c17b11a8468d88875037d;p=openvswitch diff --git a/lib/bond.h b/lib/bond.h index 9eb1b8fb..7329db7c 100644 --- a/lib/bond.h +++ b/lib/bond.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 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. @@ -46,7 +46,8 @@ struct bond_settings { /* Balancing configuration. */ enum bond_mode balance; - int rebalance_interval; /* Milliseconds between rebalances. */ + int rebalance_interval; /* Milliseconds between rebalances. + Zero to disable rebalancing. */ /* Link status detection. */ int up_delay; /* ms before enabling an up slave. */