64 bits warnings fix
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index 3c1a015530cecc0a5617146232f015e0f5dd64ca..8bee889086bd95755a4dbfca47f954e38f920999 100644 (file)
@@ -210,7 +210,7 @@ void lttv_process_traceset_begin(LttvTracesetContext *self,
 
 guint lttv_process_traceset_middle(LttvTracesetContext *self,
                               LttTime end, 
-                              guint nb_events,
+                              gulong nb_events,
                               const LttvTracesetContextPosition *end_position);
 
 void lttv_process_traceset_end(LttvTracesetContext *self,
This page took 0.023044 seconds and 4 git commands to generate.