X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae701792ae00d4b822b890780619878e0a624980..0e7d247670cc012d8e784d0c8bcbb70a1c0bb9c6:/src/mc/mc_ignore.h diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.h index b62bfb14c6..58f1795577 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.h @@ -6,13 +6,15 @@ #ifndef SIMGRID_MC_IGNORE_H #define SIMGRID_MC_IGNORE_H -#include /* SG_BEGIN_DECL */ -#include +#include "src/internal_config.h" -SG_BEGIN_DECL(); - -XBT_PRIVATE xbt_dynar_t MC_checkpoint_ignore_new(void); +#if HAVE_UCONTEXT_H +#include /* context relative declarations */ +SG_BEGIN_DECL(); +XBT_PUBLIC(void) MC_register_stack_area(void *stack, smx_actor_t process, ucontext_t* context, size_t size); SG_END_DECL(); #endif + +#endif