From d87e488816d1ba5439291c9bbb44ea2b2943f93e Mon Sep 17 00:00:00 2001 From: compudj Date: Sun, 23 May 2004 14:45:40 +0000 Subject: [PATCH] more strictness on time boundaries git-svn-id: http://ltt.polymtl.ca/svn@536 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/doc/developer/lttvwindow_events_delivery.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index fd29ab56..8f936a5e 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -238,7 +238,7 @@ While list_in !empty and list_out !empty (1.3.2 middle hooks added) 2. Else, list_in is not empty, we continue a read 2.1 For each req of list_out - - if req.start time == current time + - if req.start time == current context time - Add to list_in, remove from list_out - Call begin - if req.start position == current position @@ -265,7 +265,7 @@ While list_in !empty and list_out !empty - if req.num == 0 - Call end for req - remove req from list_in - - if req.end time == current time + - if current context time > req.end time - Call end for req - remove req from list_in - if req.end pos == current pos -- 2.34.1