]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/xml/platf_private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use structured binding declarations (sonar, c++17).
[simgrid.git] / src / surf / xml / platf_private.hpp
index c9f48110b6ecaae06cef8115f8d73210b6538f3b..ebcf96480c11d471b1cebbac12826c2019a4073a 100644 (file)
@@ -205,8 +205,7 @@ sg_platf_new_cabinet(const simgrid::kernel::routing::CabinetCreationArgs* cabine
 XBT_PUBLIC void sg_platf_new_route(simgrid::kernel::routing::RouteCreationArgs* route);             // Add a route
 XBT_PUBLIC void sg_platf_new_bypass_route(simgrid::kernel::routing::RouteCreationArgs* route); // Add a bypass route
 
-XBT_PUBLIC void sg_platf_new_trace(simgrid::kernel::routing::ProfileCreationArgs* trace);
-
+XBT_PUBLIC void sg_platf_new_trace(const simgrid::kernel::routing::ProfileCreationArgs* trace);
 
 XBT_PUBLIC void sg_platf_new_actor(simgrid::kernel::routing::ActorCreationArgs* actor);
 XBT_PRIVATE void sg_platf_trace_connect(simgrid::kernel::routing::TraceConnectCreationArgs* trace_connect);