Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[EXAMPLES/LB] Disable non-existing LB-replay test
[simgrid.git] / src / kernel / context / Context.hpp
index 8fa974730e8e242abe99ee7a68e530c6ee9f97c8..dd4e482c665761b0550690f214bc44edca18fbb0 100644 (file)
@@ -142,6 +142,6 @@ XBT_PUBLIC int SIMIX_process_get_maxpid();
 
 XBT_PRIVATE void SIMIX_post_create_environment();
 
-XBT_PRIVATE simgrid::simix::ActorCodeFactory& SIMIX_get_actor_code_factory(const char *name);
+XBT_PRIVATE simgrid::simix::ActorCodeFactory& SIMIX_get_actor_code_factory(std::string name);
 
 #endif