lib: split trace API into trace class and trace APIs
[babeltrace.git] / include / babeltrace / trace-ir / packet-header-field.h
index 34270443832658691d3cb5b6978739149db09dc4..ed03ae9aad8ff31357930a54671368169c526e11 100644 (file)
 extern "C" {
 #endif
 
-struct bt_trace;
+struct bt_trace_class;
 struct bt_packet_header_field;
 struct bt_field;
 
 extern
 struct bt_packet_header_field *bt_packet_header_field_create(
-               struct bt_trace *trace);
+               struct bt_trace_class *trace_class);
 
 extern
 struct bt_field *bt_packet_header_field_borrow_field(
This page took 0.023845 seconds and 4 git commands to generate.