X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-iterator-class.h;h=82ee1f2d6e4cdb579f1859d1c3977526fe06a146;hb=e74015680521597497c3218160a9e80081932896;hp=5a409caf60448a5233ec5191f442fe8c74a70019;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-iterator-class.h b/include/babeltrace2/graph/message-iterator-class.h index 5a409caf..82ee1f2d 100644 --- a/include/babeltrace2/graph/message-iterator-class.h +++ b/include/babeltrace2/graph/message-iterator-class.h @@ -419,21 +419,21 @@ The available message iterator class methods to implement are: this method, then the next time your \link api-msg-iter-cls-meth-next "next" method\endlink is called: - - For each "active" \bt_stream at the seeked time point, you must + - For each "active" \bt_stream at the sought time point, you must emit a \bt_sb_msg for this stream before you emit any other message for this stream. The stream beginning message must have a \ref api-msg-sb-prop-cs "default clock snapshot" which corresponds - to the seeked time point. + to the sought time point. - - For each "active" \bt_pkt at the seeked time point, you must + - For each "active" \bt_pkt at the sought time point, you must emit a \bt_pb_msg for this packet before you emit any other message for this packet. The packet beginning message must have a \ref api-msg-pb-prop-cs "default clock snapshot" which corresponds - to the seeked time point. + to the sought time point. The \bt_name project recommends that this method executes fast enough so as not to block an interactive application running on the