X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ee68a7d44ca89e57734578a1aa91c11ddb27de1..9692d43fa911bdc2d6d0263a3cb3e22d5e3167fe:/src/mc/mc_ignore.h diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.h index a5a6032c6b..ba91c35914 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.h @@ -1,20 +1,19 @@ -/* Copyright (c) 2015. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015. 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. */ -#include - -#include "mc/datatypes.h" -#include "mc_process.h" +#ifndef SIMGRID_MC_IGNORE_H +#define SIMGRID_MC_IGNORE_H -#include "xbt/misc.h" /* SG_BEGIN_DECL */ +#include /* SG_BEGIN_DECL */ +#include SG_BEGIN_DECL(); -void MC_process_ignore_memory(mc_process_t process, void *addr, size_t size); -void MC_stack_area_add(stack_region_t stack_area); - -xbt_dynar_t MC_checkpoint_ignore_new(void); +XBT_PRIVATE xbt_dynar_t MC_checkpoint_ignore_new(void); SG_END_DECL(); + +#endif