minor boundary change
[lttv.git] / ltt / branches / poly / doc / developer / lttvwindow_events_delivery.txt
index c71e7a20c1b943ff5f7c149c912c89370760ff1f..e34ddf4e6baec2395d1539aec4dfcfd5a9125f6e 100644 (file)
@@ -140,20 +140,9 @@ Architecture
 Added to the lttvwindow API :
 
 
-- lttvwindow_events_request
+void lttvwindow_events_request
 ( MainWindow                  *main_win,
-  LttTime                      start_time,
-  LttvTracesetContextPosition  start_position,
-  LttTime                      end_time,
-  guint                        num_events,
-  LttvTracesetContextPosition  end_position,
-  LttvHooksById                before_traceset,
-  LttvHooksById                before_trace,
-  LttvHooksById                before_tracefile,
-  LttvHooksById                middle,
-  LttvHooksById                after_tracefile,
-  LttvHooksById                after_trace,
-  LttvHooksById                after_traceset)
+  EventsRequest                events_request);
 
 
 Internal functions :
@@ -277,7 +266,7 @@ While list_in !empty and list_out !empty
 Notes :
 End criterions for process traceset middle :
 If the criterion is reached, event is out of boundaries and we return.
-Current time > End time
+Current time >= End time
 Event count > Number of events
 Current position >= End position
 
This page took 0.02345 seconds and 4 git commands to generate.