X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f0b473db654af3da6cc609b6d94b5b6d9652c4c..d922d48bacd494af37276654e82979fc05533ffa:/src/mc/mc_ignore.h diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.h index b5ac593ae6..a9b134de13 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.h @@ -1,19 +1,25 @@ -/* 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. */ +#ifndef SIMGRID_MC_IGNORE_H +#define SIMGRID_MC_IGNORE_H + #include #include "mc/datatypes.h" -#include "mc_process.h" +#include "mc/Process.hpp" #include "xbt/misc.h" /* SG_BEGIN_DECL */ SG_BEGIN_DECL(); -XBT_INTERNAL void MC_stack_area_add(stack_region_t stack_area); +XBT_PRIVATE void MC_stack_area_add(stack_region_t stack_area); -XBT_INTERNAL xbt_dynar_t MC_checkpoint_ignore_new(void); +XBT_PRIVATE xbt_dynar_t MC_checkpoint_ignore_new(void); SG_END_DECL(); + +#endif