lttv_process_trace function takes another parameters: maxNumEvents
[lttv.git] / ltt / branches / poly / include / lttv / gtkTraceSet.h
index 962a25d371f26958b5cb29f747ffbc2534f2aace..f1680abbc05060433da858d9225c9fecd115830a 100644 (file)
@@ -322,7 +322,8 @@ void SetHPaneDividor(mainWindow *main_win, gint position);
  * @param end the end time of the last event to be processed.
  */
 
-void processTraceset(mainWindow *main_win, LttTime start, LttTime end);
+void processTraceset(mainWindow *main_win, LttTime start, 
+                    LttTime end, unsigned maxNumEvents);
 
 
 /**
This page took 0.022324 seconds and 4 git commands to generate.