X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bded17ddf45f0643fd7f137d0acecdee853ea7d1..19f76a4a2c1df5d324015bb32a5430769a357563:/src/simix/smx_deployment.cpp diff --git a/src/simix/smx_deployment.cpp b/src/simix/smx_deployment.cpp index f32f5fff20..1955bf7366 100644 --- a/src/simix/smx_deployment.cpp +++ b/src/simix/smx_deployment.cpp @@ -60,7 +60,7 @@ simgrid::simix::ActorCodeFactory& SIMIX_get_actor_code_factory(const std::string /** @brief Bypass the parser, get arguments, and set function to each process */ void SIMIX_process_set_function(const char* process_host, const char* process_function, xbt_dynar_t arguments, - double process_start_time, double process_kill_time) + double process_start_time, double process_kill_time) // XBT_ATTRIB_DEPRECATED_v329 { simgrid::kernel::routing::ActorCreationArgs actor;