Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move ignore_local_variable() into Process
[simgrid.git] / src / mc / mcer_ignore.cpp
1 /* Copyright (c) 2008-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 #include <xbt/base.h>
8
9 #include "src/internal_config.h"
10 #include "mc_object_info.h"
11 #include "src/mc/mc_private.h"
12 #include "src/smpi/private.h"
13 #include "src/mc/mc_snapshot.h"
14 #include "src/mc/mc_ignore.h"
15 #include "src/mc/mc_protocol.h"
16 #include "src/mc/mc_client.h"
17
18 #include "src/mc/Frame.hpp"
19 #include "src/mc/Variable.hpp"
20 #include "src/mc/ObjectInformation.hpp"
21
22 extern "C" {
23
24 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mcer_ignore, mc,
25                                 "Logging specific to MC ignore mechanism");
26
27 }