X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebfe21b41d7a8b25b72d2441f9bee879d974809f..10284ed0b7329cd9a74f2b542bee3e126cba5128:/src/surf/cpu_im.c diff --git a/src/surf/cpu_im.c b/src/surf/cpu_im.c index 492191bddd..448e339039 100644 --- a/src/surf/cpu_im.c +++ b/src/surf/cpu_im.c @@ -345,7 +345,7 @@ static void cpu_im_update_actions_state(double now, double delta) //without losing the event ascending order (considering all CPU's) void **data; cpu_Cas01_im_t cpu; - xbt_dict_cursor_t cursor; + xbt_lib_cursor_t cursor; char *key; double smaller = -1; xbt_lib_foreach(host_lib, cursor, key, data){