Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the last broken tests by sanitizing the way properties are handled during the...
[simgrid.git] / src / surf / cpu_ti.c
index 206e7dd..7c1a1a6 100644 (file)
@@ -199,8 +199,7 @@ static void parse_cpu_ti_init(sg_platf_host_cbarg_t host)
                          host->V_host_core,
                          host->V_host_state_initial,
                          host->V_host_state_trace,
                          host->V_host_core,
                          host->V_host_state_initial,
                          host->V_host_state_trace,
-                         current_property_set);
-  current_property_set = NULL;
+                         host->properties);
 
 }
 
 
 }