X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent.h;fp=include%2Fbabeltrace%2Fctf-ir%2Fevent.h;h=42d39269b46b68f2593c469ba8ba4b8890151d34;hb=3f3c46b84dc67e4839dce4ca6a74719f9f35bd63;hp=7c46d8bb9b58422dad11d0071dc30dbefb720ae4;hpb=6f57e4587c51b2927b70142537c9a6d31fb3a693;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event.h b/include/babeltrace/ctf-ir/event.h index 7c46d8bb..42d39269 100644 --- a/include/babeltrace/ctf-ir/event.h +++ b/include/babeltrace/ctf-ir/event.h @@ -540,29 +540,25 @@ extern struct bt_ctf_clock_value *bt_ctf_event_get_clock_value( /** @brief Sets the value, as of the CTF IR event \p event, of the - clock described by the - \link ctfirclockclass CTF IR clock class\endlink \p clock_class. + clock described by its \link ctfirclockclass CTF IR + clock class\endlink. @param[in] event Event of which to set the value of the clock - described by \p clock_class. -@param[in] clock_class Class of the clock of which to set the value - for \p event. -@param[in] clock_value Value of the clock described by \p clock_class + described by the clock class of \p clock_value. +@param[in] clock_value Value of the clock described by its clock class as of \p event. @returns 0 on success, or a negative value on error. @prenotnull{event} -@prenotnull{clock_class} @prenotnull{clock_value} @prehot{event} @postrefcountsame{event} -@postrefcountsame{clock_class} @sa bt_ctf_event_get_clock_value(): Returns the clock value of a given event. */ extern int bt_ctf_event_set_clock_value( - struct bt_ctf_event *event, struct bt_ctf_clock_class *clock_class, + struct bt_ctf_event *event, struct bt_ctf_clock_value *clock_value); /** @} */