Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a5a6032c6beb27d4fe7cebe54fe6e24a30604b4b
[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 void MC_process_ignore_memory(mc_process_t process, void *addr, size_t size);
16 void MC_stack_area_add(stack_region_t stack_area);
17
18 xbt_dynar_t MC_checkpoint_ignore_new(void);
19
20 SG_END_DECL();