X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a95c78251f3ecbf1dfcb3ebe7904e44acf1beef..3502bf1993d45e8fd54892262565aef8b1914b3d:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index ca6093962a..a09f323c23 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -112,18 +112,13 @@ typedef smx_actor_t (*smx_creation_func_t) ( /* userdata */ void*, /* hostname */ sg_host_t, /* props */ xbt_dict_t, - /* auto_restart */ int, /* parent_process */ smx_actor_t); extern "C" XBT_PUBLIC(void) SIMIX_function_register_process_create(smx_creation_func_t function); -XBT_PUBLIC(smx_actor_t) simcall_process_create(const char *name, - std::function code, - void *data, - sg_host_t host, - xbt_dict_t properties, - int auto_restart); +XBT_PUBLIC(smx_actor_t) +simcall_process_create(const char* name, std::function code, void* data, sg_host_t host, xbt_dict_t properties); XBT_PUBLIC(smx_timer_t) SIMIX_timer_set(double date, simgrid::xbt::Task callback);