X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7335dd97eb58110e47e7a1c9d6603093e1d01091..5b52e25dc0e3d17cdbe0323f922d7bb4fc238af3:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 5c3cf43d42..c101d43a2b 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -127,7 +127,7 @@ extern int smx_context_guard_size_was_set; SG_BEGIN_DECL() XBT_PUBLIC(xbt_dynar_t) SIMIX_process_get_runnable(); -XBT_PUBLIC(smx_actor_t) SIMIX_process_from_PID(int PID); +XBT_PUBLIC(smx_actor_t) SIMIX_process_from_PID(aid_t PID); XBT_PUBLIC(xbt_dynar_t) SIMIX_processes_as_dynar(); /* parallelism */ @@ -369,8 +369,6 @@ XBT_PUBLIC(int) simcall_file_seek(smx_file_t fd, sg_offset_t offset, int origin) XBT_PUBLIC(int) simcall_file_move(smx_file_t fd, const char* fullpath); /***************************** Storage **********************************/ XBT_PUBLIC(xbt_dict_t) simcall_storage_get_properties(smx_storage_t storage); -XBT_PUBLIC(const char*) SIMIX_storage_get_name(smx_storage_t storage); - /************************** MC simcalls **********************************/ XBT_PUBLIC(int) simcall_mc_random(int min, int max);