]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/trace_mgr_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to instanciate the constant network model. It uses a newly created routing...
[simgrid.git] / src / surf / trace_mgr_private.h
index a8e01c9cc555a6dcb152ea8af7772798b0b90f23..d736301cbd849b66d965afee860756a25b78ee36 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;
 
@@ -31,4 +31,4 @@ typedef struct tmgr_history {
   xbt_heap_t heap;
 } s_tmgr_history_t;
 
-#endif                         /* _SURF_TMGR_PRIVATE_H */
+#endif /* _SURF_TMGR_PRIVATE_H */