Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added parameters to indicate flow id, so unique flows use a reliable msg_task_send...
[simgrid.git] / src / surf / trace_mgr_private.h
index a8e01c9cc555a6dcb152ea8af7772798b0b90f23..972002a3ef3d8784da7220ff27db8ed6658486b6 100644 (file)
@@ -23,7 +23,7 @@ typedef struct tmgr_trace {
 
 typedef struct tmgr_trace_event {
   tmgr_trace_t trace;
-  int idx;
+  unsigned int idx;
   void *model;
 } s_tmgr_trace_event_t;