tibasSpaceDef_GetMinSeederCount()
Gets from the SpaceDef the minimum number of seeders that has been specified for the space to be ready.
Declaration
tibas_status tibasSpaceDef_GetMinSeederCount( tibasSpaceDef spaceDef, tibas_int seederCount) )
Remarks
Use the tibasSpaceDef_GetMinSeederCount() function to return the minimum seeder count value for a specified space.
If this attribute of the spaceDef is defined, it means that the space will not be usable until the required number of seeders have joined it. Since it is not possible to service any operation on a space until there is at least one seeder for it, there is always an implied default value of 1.
Copyright © Cloud Software Group, Inc. All rights reserved.