Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Forgot to change xbt_dict_cursor_t to xbt_lib_cursor_t;
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 24 Mar 2011 13:25:26 +0000 (13:25 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 24 Mar 2011 13:25:26 +0000 (13:25 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9846 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/cpu_im.c

index 492191b..448e339 100644 (file)
@@ -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){