X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-handle.h;h=31877ee1886a681165d25fdd9d2b2b94e9252af9;hp=0c83bf744fe100fb840edbd92629898dbaaa36b5;hb=c50d2a7af8f63f3f4d2c0a6fce9a6e214d2baeda;hpb=8a4722b0ccf5cf30ee76a85bdf6bea2fa0515153 diff --git a/include/babeltrace/trace-handle.h b/include/babeltrace/trace-handle.h index 0c83bf74..31877ee1 100644 --- a/include/babeltrace/trace-handle.h +++ b/include/babeltrace/trace-handle.h @@ -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 */