X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f0b473db654af3da6cc609b6d94b5b6d9652c4c..f99825c9a9bf0ab802f611630da8cb18d3b90f23:/src/mc/mcer_ignore.h diff --git a/src/mc/mcer_ignore.h b/src/mc/mcer_ignore.h index 1c56b62ab6..a339ae4f9e 100644 --- a/src/mc/mcer_ignore.h +++ b/src/mc/mcer_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_MCER_IGNORE_H +#define SIMGRID_MCER_IGNORE_H + #include #include "mc/datatypes.h" @@ -15,6 +19,7 @@ SG_BEGIN_DECL(); XBT_INTERNAL void MCer_ignore_global_variable(const char *var_name); XBT_INTERNAL void MC_heap_region_ignore_insert(mc_heap_ignore_region_t region); XBT_INTERNAL void MC_heap_region_ignore_remove(void *address, size_t size); -XBT_INTERNAL void MC_process_ignore_memory(mc_process_t process, void *addr, size_t size); SG_END_DECL(); + +#endif \ No newline at end of file