X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4713af90ef9c023d84da321abc1f387d195b8d48..c46148013de34cfdc4d4651a26e26cf8c0d974b0:/src/simix/smx_host_private.hpp diff --git a/src/simix/smx_host_private.hpp b/src/simix/smx_host_private.hpp index 22aec6d730..fe4c5dcdc3 100644 --- a/src/simix/smx_host_private.hpp +++ b/src/simix/smx_host_private.hpp @@ -17,10 +17,10 @@ XBT_PRIVATE void SIMIX_execution_finish(smx_activity_t synchro); XBT_PRIVATE void SIMIX_set_category(smx_activity_t synchro, std::string category); -XBT_PRIVATE boost::intrusive_ptr -SIMIX_execution_start(std::string name, std::string category, double flops_amount, double priority, double bound, - sg_host_t host); -XBT_PRIVATE boost::intrusive_ptr +XBT_PRIVATE simgrid::kernel::activity::ExecImplPtr SIMIX_execution_start(std::string name, std::string category, + double flops_amount, double priority, + double bound, sg_host_t host); +XBT_PRIVATE simgrid::kernel::activity::ExecImplPtr SIMIX_execution_parallel_start(std::string name, int host_nb, sg_host_t* host_list, double* flops_amount, double* bytes_amount, double rate, double timeout);