Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace void* used for RemoteProcess pointers.
[simgrid.git] / include / simgrid / simix.hpp
index 2039dbf..e931b83 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