explain hook call return value useage
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 26 May 2004 17:07:50 +0000 (17:07 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 26 May 2004 17:07:50 +0000 (17:07 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@550 04897980-b3bd-0310-b5e0-8ef037075253

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

index 05e5827ed400f62ebb39921cd5ed693dd550cb79..858ee576ef91d047d3071494caef39361656dd98 100644 (file)
@@ -95,7 +95,7 @@ Description of new context API useage
 
 From now on, the state computation will be done in the middle hook call, with a
 priority higher than default. We will define this priority as PRIO_STATE,
-defined to -10.
+defined to 25.
 
 If state has to be computed, lttv_process_traceset_begin has to be  called in
 a first time. It adds the state hooks to the context. Then, the state
@@ -150,9 +150,10 @@ const LttvTracesetContextPosition *end_position)
 
 This new version of process traceset middle will call the event hooks for
 events until the first criterion is fulfilled : either the end time is reached,
-the number of events requested is passed or the end position is reached. When
-this function ends, the end position can be extracted from the context, the end
-event is set as described below and the number of events read is returned.
+the number of events requested is passed, the end position is reached or the
+last event hook list called returned TRUE. When this function ends, the end
+position can be extracted from the context, the end event is set as described
+below and the number of events read is returned.
 
 The end event is a pointer to the last event the hooks has been called for.
 
This page took 0.02435 seconds and 4 git commands to generate.