X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f0b473db654af3da6cc609b6d94b5b6d9652c4c..2b25572a70e706e00d6161c2ea4e2605830b76ac:/src/mc/mc_smx.h diff --git a/src/mc/mc_smx.h b/src/mc/mc_smx.h index 510bd2aab7..c9cdd7aa11 100644 --- a/src/mc/mc_smx.h +++ b/src/mc/mc_smx.h @@ -4,8 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef MC_SMX_H -#define MC_SMX_H +#ifndef SIMGRID_MC_SMX_H +#define SIMGRID_MC_SMX_H #include @@ -33,7 +33,7 @@ * * The process lists are currently refreshed each time MCed code is executed. * We don't try to give a persistent MCer address for a given MCed process. - * For this reason, a MCer mc_process_t is currently not reusable after + * For this reason, a MCer simgrid::mc::Process* is currently not reusable after * MCed code. */ @@ -51,7 +51,7 @@ struct s_mc_smx_process_info { XBT_INTERNAL xbt_dynar_t MC_smx_process_info_list_new(void); -XBT_INTERNAL void MC_process_smx_refresh(mc_process_t process); +XBT_INTERNAL void MC_process_smx_refresh(simgrid::mc::Process* process); /** Get the issuer of a simcall (`req->issuer`) *