X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dee660d3d8723212a477dc4eb393b548f06a5f84..50b36cfb6864e719576327d1289cf9ba31d652da:/src/mc/mc_smx.h?ds=sidebyside diff --git a/src/mc/mc_smx.h b/src/mc/mc_smx.h index fa7a5651f7..5cd2e1d5af 100644 --- a/src/mc/mc_smx.h +++ b/src/mc/mc_smx.h @@ -12,6 +12,8 @@ #include #include +#include "smpi/private.h" + #include "mc_process.h" #include "mc_protocol.h" @@ -83,6 +85,7 @@ const char* MC_smx_process_get_host_name(smx_process_t p); /** Execute a given simcall */ void MC_simcall_handle(smx_simcall_t req, int value); +int MC_smpi_process_count(void); /* ***** Resolve (local/MCer structure from remote/MCed addresses) ***** */