Exemplo n.º 1
0
/**
 * \ingroup simix_process_management
 * \brief Changes the capping (the maximum CPU utilization) of an execution synchro.
 *
 * This functions changes the capping only. It calls a surf function.
 * \param execution The execution synchro
 * \param bound The new bound
 */
void simcall_execution_set_bound(smx_synchro_t execution, double bound)
{
  simcall_BODY_execution_set_bound(execution, bound);
}
Exemplo n.º 2
0
/**
 * \ingroup simix_process_management
 * \brief Changes the capping (the maximum CPU utilization) of an execution synchro.
 *
 * This functions changes the capping only. It calls a surf function.
 * \param execution The execution synchro
 * \param bound The new bound
 */
void simcall_execution_set_bound(smx_activity_t execution, double bound)
{
  simcall_BODY_execution_set_bound(execution, bound);
}