X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1242154344890b641971b49954a6cd0d49fe037b..75ebde707b0c7b13d67e12e94a03d774ad37ba67:/src/mc/mc_smx.h diff --git a/src/mc/mc_smx.h b/src/mc/mc_smx.h index 4582e850ad..cf61c67eba 100644 --- a/src/mc/mc_smx.h +++ b/src/mc/mc_smx.h @@ -50,24 +50,13 @@ SG_BEGIN_DECL() * @param process the MCed process * @param req the simcall (copied in the local process) */ -XBT_PRIVATE smx_process_t MC_smx_simcall_get_issuer(s_smx_simcall_t const* req); +XBT_PRIVATE smx_actor_t MC_smx_simcall_get_issuer(s_smx_simcall_t const* req); -XBT_PRIVATE const char* MC_smx_process_get_name(smx_process_t p); -XBT_PRIVATE const char* MC_smx_process_get_host_name(smx_process_t p); +XBT_PRIVATE const char* MC_smx_process_get_name(smx_actor_t p); +XBT_PRIVATE const char* MC_smx_process_get_host_name(smx_actor_t p); XBT_PRIVATE int MC_smpi_process_count(void); - -/* ***** Resolve (local/MCer structure from remote/MCed addresses) ***** */ - -/** Get a local copy of the process from the process remote address */ -XBT_PRIVATE smx_process_t MC_smx_resolve_process( - simgrid::mc::RemotePtr process_remote_address); - -/** Get the process info structure from the process remote address */ -XBT_PRIVATE simgrid::mc::SimixProcessInformation* MC_smx_resolve_process_info( - simgrid::mc::RemotePtr process_remote_address); - XBT_PRIVATE unsigned long MC_smx_get_maxpid(void); SG_END_DECL()