src.ctf.fs: use "borrow" functions where possible
[babeltrace.git] / plugins / ctf / common / utils / utils.h
index 2e9e23ef37bc584470f928aaca59627a24642973..179c97bcb05338a705a18da947f11e1bb73bd23d 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/ctf-ir/stream-class.h>
-#include <babeltrace/ctf-ir/fields.h>
-#include <babeltrace/ctf-ir/trace.h>
+#include <babeltrace/babeltrace.h>
 #include <babeltrace/babeltrace-internal.h>
 
-struct bt_ctf_stream_class *ctf_utils_stream_class_from_packet_header(
-               struct bt_ctf_trace *trace,
-               struct bt_ctf_field *packet_header_field);
+struct bt_stream_class *ctf_utils_borrow_stream_class_from_packet_header(
+               struct bt_trace *trace,
+               struct bt_field *packet_header_field);
 
 #endif /* CTF_UTILS_H */
This page took 0.02279 seconds and 4 git commands to generate.