X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fnotif-iter%2Fnotif-iter.h;h=c14146e3e297d794d3d62ee5a3738d90468feafa;hb=0659c536a413b39e3cec87992499bca17ef95546;hp=428dd2eca2332644fdd5c7224d60b58db711761a;hpb=36f9b85b3fdbf208610d92b449d38839b57d2486;p=babeltrace.git diff --git a/plugins/ctf/common/notif-iter/notif-iter.h b/plugins/ctf/common/notif-iter/notif-iter.h index 428dd2ec..c14146e3 100644 --- a/plugins/ctf/common/notif-iter/notif-iter.h +++ b/plugins/ctf/common/notif-iter/notif-iter.h @@ -189,13 +189,16 @@ struct bt_ctf_notif_iter_medium_ops { * corresponding stream class is found by the notification * iterator. * - * @param stream_class Stream class associated to the stream + * @param stream_class Stream class of the stream to get + * @param stream_id Stream (instance) ID of the stream + * to get (-1ULL if not available) * @param data User data * @returns Stream instance (weak reference) or * \c NULL on error */ struct bt_ctf_stream * (* get_stream)( - struct bt_ctf_stream_class *stream_class, void *data); + struct bt_ctf_stream_class *stream_class, + uint64_t stream_id, void *data); }; /** CTF notification iterator. */ @@ -240,7 +243,6 @@ struct bt_ctf_notif_iter_notif_event { * at a time * @param medops Medium operations * @param medops_data User data (passed to medium operations) - * @param err_stream Error stream (can be \c NULL to disable) * @returns New CTF notification iterator on * success, or \c NULL on error */