modification to architecture and implementation
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 21 May 2004 18:49:47 +0000 (18:49 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 21 May 2004 18:49:47 +0000 (18:49 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@534 04897980-b3bd-0310-b5e0-8ef037075253

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

index 919d631420ad782cde8dfcf1becb4d4739ea2e18..6ad299f3e6764914e3bc758470881492e52dc5a1 100644 (file)
@@ -154,13 +154,17 @@ 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 *begin_hooks,
-                              LttvHooksById *middle_hooks)
+                              LttvHooksById       *before_traceset,
+                              LttvHooksById       *before_trace,
+                              LttvHooksById       *before_tracefile,
+                              LttvHooksById       *middle_hooks)
 
 
 - lttv_process_traceset_end(LttvTracesetContext *self,
-                              LttvHooksById *end_hooks,
-                              LttvHooksById *middle_hooks)
+                            LttvHooksById       *after_traceset,
+                            LttvHooksById       *after_trace,
+                            LttvHooksById       *after_tracefile,
+                            LttvHooksById       *middle_hooks)
 
 - lttv_traceset_context_add_hooks and lttv_traceset_context_remove_hooks
 
This page took 0.023901 seconds and 4 git commands to generate.