X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df00205b8db0067640f48bdb63426689aa80360f..2f531aa69f09fed380e2e212df5822874aab5e58:/src/mc/mcer_ignore.h diff --git a/src/mc/mcer_ignore.h b/src/mc/mcer_ignore.h deleted file mode 100644 index 1961f4bb24..0000000000 --- a/src/mc/mcer_ignore.h +++ /dev/null @@ -1,24 +0,0 @@ -/* 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_MCER_IGNORE_H -#define SIMGRID_MCER_IGNORE_H - -#include - -#include "mc/datatypes.h" -#include "src/mc/Process.hpp" - -#include "xbt/misc.h" /* SG_BEGIN_DECL */ - -SG_BEGIN_DECL(); - -XBT_PRIVATE void MC_heap_region_ignore_insert(mc_heap_ignore_region_t region); -XBT_PRIVATE void MC_heap_region_ignore_remove(void *address, size_t size); - -SG_END_DECL(); - -#endif \ No newline at end of file