API fix/breakage : reexporting bt_ctf_event
[babeltrace.git] / include / babeltrace / trace-handle.h
index 0c83bf744fe100fb840edbd92629898dbaaa36b5..31877ee1886a681165d25fdd9d2b2b94e9252af9 100644 (file)
@@ -31,7 +31,7 @@
  * It is a unique identifier representing a trace file.
  */
 struct bt_trace_handle;
-struct ctf_event_definition;
+struct bt_ctf_event;
 
 /*
  * bt_trace_handle_get_path : returns the path of a trace_handle.
@@ -55,6 +55,6 @@ uint64_t bt_trace_handle_get_timestamp_end(struct bt_context *ctx, int handle_id
  *
  * Returns -1 on error
  */
-int bt_ctf_event_get_handle_id(const struct ctf_event_definition *event);
+int bt_ctf_event_get_handle_id(const struct bt_ctf_event *event);
 
 #endif /* _BABELTRACE_TRACE_HANDLE_H */
This page took 0.023189 seconds and 4 git commands to generate.