]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - fres/resmng/frm_generic.h
Implemented support for contract renegotiation
[frescor/frsh.git] / fres / resmng / frm_generic.h
index 13931d3e7ed5934de343a378aabe536367689bb5..d6d0e9179f88ca15b2a0736f254fc3853b047268 100644 (file)
@@ -69,12 +69,13 @@ extern ul_log_domain_t ulogd_frm_generic;
  * The admission test is called from
  * fres::resource_manager::reserve_contracts() to evaluate
  * schedulability of the scenario given as a parameter. It can use
- * fres_sa_scenario_for_each_contract() macro to traverse through all
- * the contracts in the scenario. No constract should be added or
- * deleted, but any data (blocks) can be added to the contracts. If
- * the scenario is schedulable, the contracts (with possibly added
- * data) are sent to resource scheduler, which can use this additional
- * data as parameters for VRes creation.
+ * fres_sa_scenario_for_each_no_cancel_contract() or
+ * fres_sa_scenario_for_each_no_cancel_contract() macros to traverse
+ * all the relevant contracts in the scenario. No constract should be
+ * added or deleted, but any data (blocks) can be added to the
+ * contracts. If the scenario is schedulable, the contracts (with
+ * possibly added data) are sent to resource scheduler, which can use
+ * this additional data as parameters for VRes creation.
  *
  * During the admission test, the contracts in scenariou can be
  * processed in any way as the test desires. The contract to be tested