X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3daae820581b21fdb17a7fd73ae92d617c2ab72a..20427e1463985c071ac551547d0906e282b43520:/src/surf/cpu.c diff --git a/src/surf/cpu.c b/src/surf/cpu.c index fe1b2f2829..b7012df444 100644 --- a/src/surf/cpu.c +++ b/src/surf/cpu.c @@ -82,8 +82,7 @@ static void parse_cpu_init(sg_platf_host_cbarg_t host) host->V_host_core, host->V_host_state_initial, host->V_host_state_trace, - current_property_set); - current_property_set = NULL; + host->properties); } static void add_traces_cpu(void)