X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee788f4511c85f6d6685fdd6692169453e244ce1..28b7f1f95510fe2efa30fc2fb4b4d27826da931e:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index bc0667da7e..8783348814 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -4,7 +4,7 @@ under the terms of the license (GNU LGPL) which comes with this package. */ #include "surf_private.h" -#include "host_private.h" +#include "cpu_private.h" s_surf_global_t surf_global; @@ -46,7 +46,7 @@ void surf_action_change_state(surf_action_t action, e_surf_action_state_t state) void surf_init(void) { - surf_host_resource = surf_host_resource_init(); + surf_cpu_resource = surf_cpu_resource_init(); } /* xbt_heap_float_t surf_solve(void) */