X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e8ff342894fb44f61acf7c48943824f87efb39be..47a22ba74687bf963bf797d72745e9f1e6f40dd9:/src/mc/mc_ignore.h diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.h index 3edc7eaa1d..f789493124 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.h @@ -1,8 +1,12 @@ -/* 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" @@ -12,8 +16,10 @@ SG_BEGIN_DECL(); -void MC_stack_area_add(stack_region_t stack_area); +XBT_PRIVATE 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