Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce some overly verbose comments
[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/base.h>           /* SG_BEGIN_DECL */
11 #include <xbt/dynar.h>
12
13 SG_BEGIN_DECL();
14
15 XBT_PRIVATE xbt_dynar_t MC_checkpoint_ignore_new(void);
16
17 SG_END_DECL();
18
19 #endif