X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22b3e706eb926a52a50f895b3313e587a92ca0e5..fb17c31966c617a068f0d69d3a419041150d905d:/src/surf/cpu_im.c diff --git a/src/surf/cpu_im.c b/src/surf/cpu_im.c index d1c841ec97..6adc2bc4d9 100644 --- a/src/surf/cpu_im.c +++ b/src/surf/cpu_im.c @@ -90,13 +90,13 @@ static void* cpu_im_create_resource(const char *name, double power_peak, static void parse_cpu_im_init(sg_platf_host_cbarg_t host) { - cpu_im_create_resource(host->V_host_id, - host->V_host_power_peak, - host->V_host_power_scale, - host->V_host_power_trace, - host->V_host_core, - host->V_host_state_initial, - host->V_host_state_trace, + cpu_im_create_resource(host->id, + host->power_peak, + host->power_scale, + host->power_trace, + host->core_amount, + host->initial_state, + host->state_trace, host->properties); }