X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/240c022643fcbac7a73b39f5cf007acf7e5f81f5..c01192e46cde5284797237ea9018333f4f97a742:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 2039dbf9dc..e931b8300d 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -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