X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/afb1729eae045359028c802a71475b1ae7dae507..41626f8a47c96f54fa3b1ee61a90fb0af699dcbc:/src/mc/mc_smx.h diff --git a/src/mc/mc_smx.h b/src/mc/mc_smx.h index 733d63f962..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) ***** */ @@ -93,8 +96,6 @@ smx_process_t MC_smx_resolve_process(smx_process_t process_remote_address); /** Get the process info structure from the process remote address */ mc_smx_process_info_t MC_smx_resolve_process_info(smx_process_t process_remote_address); - - SG_END_DECL() #endif