X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ae4039533d80613612bb81524c164f33384df92..f1b22d20918d4ccd703690a19e476429cfa124f3:/src/mc/mcer_ignore.h diff --git a/src/mc/mcer_ignore.h b/src/mc/mcer_ignore.h index aa740df03c..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" @@ -17,3 +21,5 @@ 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); SG_END_DECL(); + +#endif \ No newline at end of file