X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0efc36f77ddd89b292a280c204a6b7341f1a9f89..073f8bce5afb1febdc3580607be8819b90705280:/src/include/surf/trace_mgr.h diff --git a/src/include/surf/trace_mgr.h b/src/include/surf/trace_mgr.h index a6420463d7..c3600e55e9 100644 --- a/src/include/surf/trace_mgr.h +++ b/src/include/surf/trace_mgr.h @@ -27,14 +27,14 @@ XBT_PUBLIC(void) tmgr_trace_free(tmgr_trace_t trace); XBT_PUBLIC(tmgr_trace_event_t) tmgr_history_add_trace(tmgr_history_t history, tmgr_trace_t trace, double start_time, int offset, - void *resource); + void *model); /* Access functions */ XBT_PUBLIC(double) tmgr_history_next_date(tmgr_history_t history); XBT_PUBLIC(tmgr_trace_event_t) tmgr_history_get_next_event_leq(tmgr_history_t history, double date, double *value, - void **resource); + void **model); XBT_PUBLIC(void) tmgr_finalize(void);