lib: split trace API into trace class and trace APIs
[babeltrace.git] / include / babeltrace / trace-ir / packet-header-field.h
index 605b1b8f4fec82e071e50f239960aed2a74441c0..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(
                struct bt_packet_header_field *field);
 
 extern
-void bt_packet_header_field_release(struct bt_packet_header_field *field);
+void bt_packet_header_field_release(
+               struct bt_packet_header_field *field);
 
 #ifdef __cplusplus
 }
This page took 0.022702 seconds and 4 git commands to generate.