From: Arnaud Giersch Date: Thu, 17 Jan 2013 14:13:24 +0000 (+0100) Subject: _surf_cfg_set was renamed (untested) X-Git-Tag: v3_9_rc1~83 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5bd11d19929c8b6f70cc83ae718bbfc181ec4768 _surf_cfg_set was renamed (untested) --- diff --git a/src/surf/network_ns3.c b/src/surf/network_ns3.c index 25175c7e57..e180da04f3 100644 --- a/src/surf/network_ns3.c +++ b/src/surf/network_ns3.c @@ -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"); }