git-svn-id: http://ltt.polymtl.ca/svn@240 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / gui / API / gtkTraceSet.c
index f53b068f0f8f241b7cf4fe971d6e358d7d67ef8f..aaaea0b766a71bdf1e4b9358eadafe48a1a30b8b 100644 (file)
@@ -575,9 +575,11 @@ 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)
 {
-  lttv_process_trace(start, end, main_win->traceset, main_win->traceset_context);
+  lttv_process_trace(start, end, main_win->traceset, 
+                    main_win->traceset_context,  maxNumEvents);
 }
 
 /**
This page took 0.023516 seconds and 4 git commands to generate.