Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev-unit_test_cleanup' into 'master'
[simgrid.git] / src / kernel / resource / profile / StochasticDatedValue.hpp
index 2e0586f..27203b2 100644 (file)
@@ -38,4 +38,6 @@ private:
 
 } // namespace simgrid::kernel::profile
 
+std::vector<simgrid::kernel::profile::StochasticDatedValue> trace2selist( const char* c_str );
+
 #endif