|
This operation sets the granted capacity flag in the contract parameters object pointed to by contract to the boolean specified in granted_capacity_flag. This flag indicates to the scheduler that once the negotiation of the respective contract is finished, the first values for the budget and period given to the corresponding server must not be changed due to the negotiation or renegotiation of any other contract in the system. The period can change, though, if a renegotiation or a change of quality and importance is requested for the corresponding server.
- Parameters:
-
contract | the pointer to the contract object |
in] | granted_capacity_flag boolean value set to true to avoid the change in the period due to changes in other servers |
- Return values:
-
FSF_ERR_BAD_ARGUMENT | : if contract is NULL |
|