minor fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 May 2004 19:42:33 +0000 (19:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 May 2004 19:42:33 +0000 (19:42 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@542 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt

index 6ad299f3e6764914e3bc758470881492e52dc5a1..cc9b288d66394cd5d8a5b4e2af4bdc7714223fcf 100644 (file)
@@ -143,7 +143,7 @@ LttTime end,
 unsigned num_events,
 const LttvTracesetContextPosition *end_position)
 
-This new version of process traceset middle will call the middle hooks for
+This new version of process traceset middle will call the event hooks for
 events until the first criterion is fulfilled : either the end time is passed,
 the number of events requested is passed or the end position is reached. When
 this function ends, the end position can be extracted from the context, the end
@@ -154,17 +154,19 @@ The end event is a pointer to the last event the hooks has been called for.
 - lttv_process_traceset_seek_time : already implemented
 
 - lttv_process_traceset_begin(LttvTracesetContext *self,
-                              LttvHooksById       *before_traceset,
-                              LttvHooksById       *before_trace,
-                              LttvHooksById       *before_tracefile,
-                              LttvHooksById       *middle_hooks)
+                              LttvHooks       *before_traceset,
+                              LttvHooks       *before_trace,
+                              LttvHooks       *before_tracefile,
+                              LttvHooks       *event,
+                              LttvHooksById   *event_by_id)
 
 
 - lttv_process_traceset_end(LttvTracesetContext *self,
-                            LttvHooksById       *after_traceset,
-                            LttvHooksById       *after_trace,
-                            LttvHooksById       *after_tracefile,
-                            LttvHooksById       *middle_hooks)
+                            LttvHooks           *after_traceset,
+                            LttvHooks           *after_trace,
+                            LttvHooks           *after_tracefile,
+                            LttvHooks           *event,
+                            LttvHooksById       *event_by_id)
 
 - lttv_traceset_context_add_hooks and lttv_traceset_context_remove_hooks
 
This page took 0.024845 seconds and 4 git commands to generate.