Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add new signal trigerred when some config has been done in the XML
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
index 43c3b3b..c1e5a77 100644 (file)
@@ -869,9 +869,8 @@ void ETag_surfxml_config()
       XBT_INFO("The custom configuration '%s' is already defined by user!", elm.first.c_str());
   }
   XBT_DEBUG("End configuration name = %s",A_surfxml_config_id);
-  if (TRACE_is_enabled())
-    TRACE_start();
 
+  simgrid::s4u::on_config_in_platform_done();
   delete current_property_set;
   current_property_set = nullptr;
 }