From f28a9a7ba7ab955ffa45ecd17ca1542abd1f4527 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 21 May 2004 18:49:47 +0000 Subject: [PATCH] modification to architecture and implementation git-svn-id: http://ltt.polymtl.ca/svn@534 04897980-b3bd-0310-b5e0-8ef037075253 --- .../developer/process_traceset_strict_boundaries.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt b/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt index 919d6314..6ad299f3 100644 --- a/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt +++ b/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt @@ -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 -- 2.34.1