X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97d32611a764da3fbf7a6ff1ef3f3c0c40c9cc28..4172b209dead18c578e5c1b2e93d27e6af8ac3b4:/src/mc/mc_smx.h?ds=sidebyside diff --git a/src/mc/mc_smx.h b/src/mc/mc_smx.h index 4582e850ad..70f9968bea 100644 --- a/src/mc/mc_smx.h +++ b/src/mc/mc_smx.h @@ -57,17 +57,6 @@ XBT_PRIVATE const char* MC_smx_process_get_host_name(smx_process_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()