Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a random generator that updates its seed so that our simulation is deterministic.
[simgrid.git] / src / surf / trace_mgr_private.h
index f63d1a2..972002a 100644 (file)
@@ -23,8 +23,8 @@ typedef struct tmgr_trace {
 
 typedef struct tmgr_trace_event {
   tmgr_trace_t trace;
-  int idx;
-  void *resource;
+  unsigned int idx;
+  void *model;
 } s_tmgr_trace_event_t;
 
 typedef struct tmgr_history {