more strictness on time boundaries
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 23 May 2004 14:45:40 +0000 (14:45 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 23 May 2004 14:45:40 +0000 (14:45 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@536 04897980-b3bd-0310-b5e0-8ef037075253

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

index fd29ab561b9395f1751e9cc8f1ac507d920d1784..8f936a5e8d5748c899953b9f4ff30c8d61945896 100644 (file)
@@ -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
This page took 0.025116 seconds and 4 git commands to generate.