X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh.git/blobdiff_plain/c73ff50690752e3f45746841f2921eeb197381c0..9483d1c9372f42d39af18b6615ea13052a5702ed:/fres/resmng/frm_generic.h diff --git a/fres/resmng/frm_generic.h b/fres/resmng/frm_generic.h index 13931d3..d6d0e91 100644 --- a/fres/resmng/frm_generic.h +++ b/fres/resmng/frm_generic.h @@ -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