Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
_surf_cfg_set was renamed (untested)
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 17 Jan 2013 14:13:24 +0000 (15:13 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 17 Jan 2013 14:13:24 +0000 (15:13 +0100)
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");
   }