Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless cast
[simgrid.git] / src / mc / mc_ignore.h
1 /* Copyright (c) 2015. The SimGrid Team.  All rights reserved.         */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SIMGRID_MC_IGNORE_H
7 #define SIMGRID_MC_IGNORE_H
8
9 #include <xbt/dynar.h>
10
11 #include "mc/datatypes.h"
12 #include "mc_process.h"
13
14 #include "xbt/misc.h"           /* SG_BEGIN_DECL */
15
16 SG_BEGIN_DECL();
17
18 XBT_INTERNAL void MC_stack_area_add(stack_region_t stack_area);
19
20 XBT_INTERNAL xbt_dynar_t MC_checkpoint_ignore_new(void);
21
22 SG_END_DECL();
23
24 #endif