lttv_process_trace function takes another parameters: maxNumEvents
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 11 Sep 2003 15:50:51 +0000 (15:50 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 11 Sep 2003 15:50:51 +0000 (15:50 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@230 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/include/lttv/gtkTraceSet.h
ltt/branches/poly/include/lttv/processTrace.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);
 
 
 /**
index 133f7ecd366c3aec6ab4d26817fd847fb90139a0..f59f95e955e920d1017f2d596efa0723543bf432 100644 (file)
@@ -160,7 +160,7 @@ struct _LttvTracefileContextClass {
 GType lttv_tracefile_context_get_type (void);
 
 void lttv_process_trace(LttTime start, LttTime end, LttvTraceset *traceset, 
-    LttvTracesetContext *context);
+    LttvTracesetContext *context, unsigned maxNumEvents);
 
 void lttv_traceset_context_add_hooks(LttvTracesetContext *self,
     LttvHooks *before_traceset, 
This page took 0.024138 seconds and 4 git commands to generate.