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

Public GIT Repository
replay : allow to really use --cfg=smpi/simulate-computation with replay.
[simgrid.git] / src / surf / network_ns3.cpp
index 8817f8cd8237f54a96e4840f49a3f29586a73e01..d5a4eccfec276df17dce0afb8e60db5ac1f7cb6e 100644 (file)
@@ -168,7 +168,7 @@ NetworkNS3Model::NetworkNS3Model() : NetworkModel(Model::UpdateAlgo::FULL)
   });
   surf::on_cluster.connect(&clusterCreation_cb);
 
-  s4u::on_platform_created.connect(&postparse_cb);
+  s4u::Engine::on_platform_created.connect(&postparse_cb);
   s4u::NetZone::on_route_creation.connect(&routeCreation_cb);
 }