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 / surf / trace_mgr_private.h
index 5bd6c32..a8e01c9 100644 (file)
@@ -13,8 +13,8 @@
 #include "surf/trace_mgr.h"
 
 typedef struct tmgr_event {
-  xbt_heap_float_t delta;
-  xbt_maxmin_float_t value;
+  double delta;
+  double value;
 } s_tmgr_event_t, *tmgr_event_t;
 
 typedef struct tmgr_trace {
@@ -24,7 +24,7 @@ typedef struct tmgr_trace {
 typedef struct tmgr_trace_event {
   tmgr_trace_t trace;
   int idx;
-  void *resource;
+  void *model;
 } s_tmgr_trace_event_t;
 
 typedef struct tmgr_history {