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

Public GIT Repository
Remove the surf_*_model_description_size constants. They were hard to compute when...
[simgrid.git] / src / surf / trace_mgr_private.h
index f63d1a28c4ba6afae1d79c53ddab1e54759428cf..972002a3ef3d8784da7220ff27db8ed6658486b6 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 {