Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better fix to the comparison between signed and unsigned int around dynar size: chang...
[simgrid.git] / src / include / surf / trace_mgr.h
index c3600e5..5a3a4e3 100644 (file)
@@ -26,7 +26,7 @@ XBT_PUBLIC(void) tmgr_trace_free(tmgr_trace_t trace);
 
 XBT_PUBLIC(tmgr_trace_event_t) tmgr_history_add_trace(tmgr_history_t history,
                                          tmgr_trace_t trace,
-                                         double start_time, int offset,
+                                         double start_time, unsigned int offset,
                                          void *model);
 
 /* Access functions */