Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make Snapshot::current_fds a std::vector
[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 #include <xbt/dynar.h>
7
8 #include "mc/datatypes.h"
9 #include "mc_process.h"
10
11 #include "xbt/misc.h"           /* SG_BEGIN_DECL */
12
13 SG_BEGIN_DECL();
14
15 XBT_INTERNAL void MC_stack_area_add(stack_region_t stack_area);
16
17 XBT_INTERNAL xbt_dynar_t MC_checkpoint_ignore_new(void);
18
19 SG_END_DECL();