X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9c40447cb76e20937a7c2a5acedcd84a22990514..53dd673a07059d04f7ee5c280470958856fdf8d8:/src/mc/mc_ignore.h diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.h index 3f0198196f..4824094415 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.h @@ -1,23 +1,23 @@ -/* 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 "src/mc/Process.hpp" #include "xbt/misc.h" /* SG_BEGIN_DECL */ SG_BEGIN_DECL(); -void MC_heap_region_ignore_insert(mc_heap_ignore_region_t region); -void MC_heap_region_ignore_send(mc_heap_ignore_region_t region); -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