Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Substitution of the word "resource" by "model" in every surf related identifier
[simgrid.git] / src / include / surf / trace_mgr.h
index a642046..c3600e5 100644 (file)
@@ -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);