X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttvwindow_events_delivery.txt;h=bbcd8bf37078fd3533c345d0f3442cafadb5d1cd;hb=e635932738aed67e9c0b229b558db66e1cdd21b7;hp=30678ae24e72a0236e67ef139444fea69b53c798;hpb=69381fc70b3af07373ced78e049e7bb5254c54c1;p=lttv.git diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index 30678ae2..bbcd8bf3 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -371,10 +371,12 @@ A. While list_in !empty and list_out !empty and !GTK Event pending - Add ltime to list_in, remove them from list_out 1.2 Seek 1.2.1 If first request in list_in is a time request - 1.2.1.1 Seek to that time + - If first req in list_in start time != current time + - Seek to that time 1.2.2 Else, the first request in list_in is a position request - 1.2.2.1 If the position is the same than the saved state, restore state - 1.2.2.1 Else, seek to that position + - If first req in list_in pos != current pos + - If the position is the same than the saved state, restore state + - Else, seek to that position 1.3 Add hooks and call begin for all list_in members 1.3.1 If !servicing - begin hooks called