From 22485005e48cd0bbd2e9c99ecede89b32d5d31bf Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 26 May 2004 19:08:59 +0000 Subject: [PATCH] take care of traceset end in algo git-svn-id: http://ltt.polymtl.ca/svn@554 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/doc/developer/lttvwindow_events_delivery.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index f310dce9..05444b3e 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -255,6 +255,10 @@ While list_in !empty and list_out !empty 4.1 Call process traceset middle (Use end criterion found in 3) * note : end criterion can also be viewer's hook returning TRUE 5. After process traceset middle + - if current context time > traceset.end time + - For each req in list_in + - Call end for req + - remove req from list_in 5.1 For each req in list_in - req.num -= count - if req.num == 0 -- 2.34.1