]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/trace_mgr.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
*** empty log message ***
[simgrid.git] / src / surf / trace_mgr.c
index aee5753261304aa50f49a897da574961388a6f50..f8745e9e4725b3812ec5604bb1f29bfc13b6ebaa 100644 (file)
@@ -23,7 +23,7 @@ tmgr_history_t tmgr_history_new(void)
 
   h = xbt_new0(s_tmgr_history_t, 1);
 
-  h->heap = xbt_heap_new(8, free);     /* Why 8 ? Well, why not... */
+  h->heap = xbt_heap_new(8, xbt_free_f);       /* Why 8 ? Well, why not... */
 
   return h;
 }