X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/509304ee1435b62cd49eb9071995fab468f68f58..a3ca346623c1565323a0f30e96b99ca519ceee33:/src/include/surf/trace_mgr.h diff --git a/src/include/surf/trace_mgr.h b/src/include/surf/trace_mgr.h index 9773846590..91aa8d9d15 100644 --- a/src/include/surf/trace_mgr.h +++ b/src/include/surf/trace_mgr.h @@ -20,15 +20,15 @@ void tmgr_history_free(tmgr_history_t history); tmgr_trace_t tmgr_trace_new(const char *filename); void tmgr_trace_free(tmgr_trace_t trace); -void tmgr_history_add_trace(tmgr_history_t history, tmgr_trace_t trace, - xbt_heap_float_t start_time, int offset, +void tmgr_history_add_trace(tmgr_history_t history, tmgr_trace_t trace, + xbt_heap_float_t start_time, int offset, void *resource); /* Access functions */ xbt_heap_float_t tmgr_history_next_date(tmgr_history_t history); int tmgr_history_get_next_event_leq(tmgr_history_t history, xbt_heap_float_t date, - xbt_maxmin_float_t *value, + xbt_maxmin_float_t * value, void **resource); #endif /* _SURF_TMGR_H */