Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
these models want to please Sonar
[simgrid.git] / src / mc / mc_ignore.h
1 /* Copyright (c) 2015-2017. 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/base.h>           /* SG_BEGIN_DECL */
10 #include <xbt/dynar.h>
11
12 SG_BEGIN_DECL();
13
14 XBT_PRIVATE xbt_dynar_t MC_checkpoint_ignore_new(void);
15
16 SG_END_DECL();
17
18 #endif