From: compudj Date: Thu, 3 Jun 2004 18:55:53 +0000 (+0000) Subject: events req servicing v2, with background computation, mod X-Git-Tag: v0.12.20~2914 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=206ea1f4bf6344e714d3b15acc0c67c0316801ec;hp=8646cedbd1cba7443c2be4c0225102ab3c3dc8cb;p=lttv.git events req servicing v2, with background computation, mod git-svn-id: http://ltt.polymtl.ca/svn@575 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index a3586c0a..de92dfa2 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -198,6 +198,17 @@ the initial request. This is the expected result. For the background processings that call viewer's hooks, they will be removed. +A New "Redraw" Button + +It will be used to redraw the viewers entirely. It is useful to restart the +servicing after a "stop" action. + +A New "Continue" Button + +It will tell the viewers to send requests for damaged areas. It is useful to +complete the servicing after a "stop" action. + + Implementation