Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement pthread_barrier calls in sthread, and test them in McMini
[simgrid.git] / src / simgrid / module.hpp
index 9a1d7bc00ae7e700f32acf99a2f9f846d26f4112..771fe09c92d342ca74c3484aacc275eec9ba2209 100644 (file)
@@ -104,4 +104,6 @@ inline auto& simgrid_host_models() // Function to avoid static initialization or
   return models;
 }
 
+XBT_PUBLIC void simgrid_vm_model_init_HL13();
+
 #endif