processing bhunk size tweak
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index 514598fb0b059b0f67eae27fb6bc6e32b2385390..4b856245a6f41c4d24a3d8731ee2751425d87610 100644 (file)
@@ -616,7 +616,7 @@ typedef struct _EventsRequest {
 } EventsRequest;
 
 /* Maximum number of events to proceed at once in a chunk */
-#define CHUNK_NUM_EVENTS 2000
+#define CHUNK_NUM_EVENTS 6000
 
 
 /**
@@ -685,7 +685,7 @@ LttTime lttvwindow_get_current_time(Tab *tab);
  * @param filter, a pointer to a filter.
  */
 
-lttv_filter *lttvwindow_get_filter(Tab *tab);
+LttvFilter *lttvwindow_get_filter(Tab *tab);
 
 /**
  * Function to set the filter of the current tab.
@@ -700,7 +700,7 @@ lttv_filter *lttvwindow_get_filter(Tab *tab);
  * @param filter, a pointer to a filter.
  */
 
-void lttvwindow_report_filter(Tab *tab, lttv_filter *filter);
+void lttvwindow_report_filter(Tab *tab, LttvFilter *filter);
 
 
 
This page took 0.023697 seconds and 4 git commands to generate.