Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups: there is no random in the platforms since a while
[simgrid.git] / src / mc / mc_hash.hpp
index 20aea04..767fcc0 100644 (file)
 #include <vector>
 
 #include "xbt/misc.h"
-#include "mc_snapshot.h"
+#include "src/mc/mc_snapshot.h"
 
 namespace simgrid {
 namespace mc {
 
 typedef std::uint64_t hash_type;
-XBT_INTERNAL hash_type hash(simgrid::mc::Snapshot const& snapshot);
+
+XBT_PRIVATE hash_type hash(simgrid::mc::Snapshot const& snapshot);
 
 }
 }