From: navarrop Date: Thu, 24 Mar 2011 13:25:26 +0000 (+0000) Subject: Forgot to change xbt_dict_cursor_t to xbt_lib_cursor_t; X-Git-Tag: v3.6_beta2~123 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/10284ed0b7329cd9a74f2b542bee3e126cba5128 Forgot to change xbt_dict_cursor_t to xbt_lib_cursor_t; git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9846 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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){