X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..a22eac4ecebbfe32bc971d40680651b7ab1af4d4:/src/mc/mc_ignore.h diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.h index ba91c35914..fef3326247 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2015-2017. The SimGrid Team. All rights reserved. */ /* 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. */ @@ -7,12 +6,20 @@ #ifndef SIMGRID_MC_IGNORE_H #define SIMGRID_MC_IGNORE_H -#include /* SG_BEGIN_DECL */ -#include +#include "src/internal_config.h" +#include "xbt/dynar.h" + +#if HAVE_UCONTEXT_H +#include /* context relative declarations */ +#endif + SG_BEGIN_DECL(); -XBT_PRIVATE xbt_dynar_t MC_checkpoint_ignore_new(void); +#if HAVE_UCONTEXT_H +XBT_PUBLIC(void) MC_register_stack_area(void *stack, smx_actor_t process, ucontext_t* context, size_t size); +#endif + SG_END_DECL();