Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: 'installation' converted to RST
[simgrid.git] / src / simix / smx_host.cpp
index 9f317fb..f9bbc48 100644 (file)
@@ -189,7 +189,7 @@ void SIMIX_execution_finish(smx_activity_t synchro)
   }
 }
 
-void SIMIX_set_category(smx_activity_t synchro, const char *category)
+void SIMIX_set_category(smx_activity_t synchro, std::string category)
 {
   if (synchro->state_ != SIMIX_RUNNING)
     return;