X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f531aa69f09fed380e2e212df5822874aab5e58..11ca718deb6ce1b2e4eb6978fd5a953b187ad511:/src/mc/mc_ignore.cpp diff --git a/src/mc/mc_ignore.cpp b/src/mc/mc_ignore.cpp index debb2a4ac7..6017779fa2 100644 --- a/src/mc/mc_ignore.cpp +++ b/src/mc/mc_ignore.cpp @@ -5,13 +5,13 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "src/internal_config.h" -#include "mc_object_info.h" -#include "mc_private.h" +#include "src/mc/mc_object_info.h" +#include "src/mc/mc_private.h" #include "src/smpi/private.h" #include "src/mc/mc_snapshot.h" -#include "mc_ignore.h" -#include "mc_protocol.h" -#include "mc_client.h" +#include "src/mc/mc_ignore.h" +#include "src/mc/mc_protocol.h" +#include "src/mc/mc_client.h" extern "C" { @@ -77,7 +77,7 @@ void MC_ignore_global_variable(const char *name) * @param context * @param size Size of the stack */ -void MC_register_stack_area(void *stack, smx_process_t process, void *context, size_t size) +void MC_register_stack_area(void *stack, smx_process_t process, ucontext_t* context, size_t size) { if (mc_mode != MC_MODE_CLIENT) return;