Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Capitalize enum class.
[simgrid.git] / include / simgrid / simix.hpp
index 2039dbf9dcb7d30174c1f86609281b6b25b16350..e931b8300dc509f53e0c21840ca9b232a46d7aab 100644 (file)
@@ -130,8 +130,8 @@ public:
 };
 
 // In MC mode, the application sends these pointers to the MC
-void* simix_global_get_actors_addr();
-void* simix_global_get_dead_actors_addr();
+xbt_dynar_t simix_global_get_actors_addr();
+xbt_dynar_t simix_global_get_dead_actors_addr();
 
 } // namespace simix
 } // namespace simgrid