X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ftrace.h;h=cc628a5b5240f804ab26666cabe0d7f2b938e72b;hp=953810342b10896b4c85364bb8d1e589be8ce6f0;hb=de3dd40e6fcad56e227f5fc8a8290fbaa88b4e07;hpb=40e99cb3fc31b1aa956fcade62a411f3c4e96cd9 diff --git a/include/babeltrace/ctf-ir/trace.h b/include/babeltrace/ctf-ir/trace.h index 95381034..cc628a5b 100644 --- a/include/babeltrace/ctf-ir/trace.h +++ b/include/babeltrace/ctf-ir/trace.h @@ -346,6 +346,8 @@ extern int bt_ctf_trace_set_packet_header_type(struct bt_ctf_trace *trace, * bt_ctf_trace_get and bt_ctf_trace_put: increment and decrement the * trace's reference count. * + * You may also use bt_ctf_get() and bt_ctf_put() with trace objects. + * * These functions ensure that the trace won't be destroyed while it * is in use. The same number of get and put (plus one extra put to * release the initial reference done at creation) have to be done to