Logo AND Algorithmique Numérique Distribuée

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