X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..d70f8e758b34f51465c538b127f9cc8c40634603:/src/simix/smx_host_private.hpp diff --git a/src/simix/smx_host_private.hpp b/src/simix/smx_host_private.hpp index 970eeabe35..84c484062a 100644 --- a/src/simix/smx_host_private.hpp +++ b/src/simix/smx_host_private.hpp @@ -10,15 +10,8 @@ #include -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 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); +SIMIX_execution_parallel_start(std::string name, int host_nb, const sg_host_t* host_list, const double* flops_amount, + const double* bytes_amount, double rate, double timeout); #endif