Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
_surf_cfg_set was renamed (untested)
[simgrid.git] / src / surf / network_ns3.c
index 25175c7..e180da0 100644 (file)
@@ -362,7 +362,7 @@ void surf_network_model_init_NS3()
 
   /* Added the initialization for NS3 interface */
 
-  if (ns3_initialize(xbt_cfg_get_string(_surf_cfg_set,"ns3/TcpModel"))) {
+  if (ns3_initialize(xbt_cfg_get_string(_sg_cfg_set, "ns3/TcpModel"))) {
     xbt_die("Impossible to initialize NS3 interface");
   }