Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also remove xbt/automaton which was only useful to stateful MC
[simgrid.git] / src / mc / mc_private.hpp
1 /* Copyright (c) 2007-2023. 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_PRIVATE_HPP
7 #define SIMGRID_MC_PRIVATE_HPP
8
9 #include "src/mc/mc.h"
10
11 #include "src/mc/mc_forward.hpp"
12 #include "src/xbt/memory_map.hpp"
13
14 /********************************** Miscellaneous **********************************/
15 namespace simgrid::mc {
16
17 XBT_PRIVATE void find_object_address(std::vector<simgrid::xbt::VmMap> const& maps,
18                                      simgrid::mc::ObjectInformation* result);
19
20 } // namespace simgrid::mc
21
22 #endif