Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sanitize the prototype of Actor::on_exit() callbacks
[simgrid.git] / src / simix / smx_host_private.hpp
index 094b3117f35f49f78af7f2e5c0831f4c087491dd..84c484062a3b6c312e961bec52eee7db8a6b7d5f 100644 (file)
 
 #include <boost/intrusive/list.hpp>
 
-XBT_PRIVATE void SIMIX_execution_finish(smx_activity_t synchro);
-
 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