X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;fp=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=bd50100d0ea37a7fed53d116f335f3a5e66d2aaf;hp=2ff37545ffb0ff984373d7223fbd9b68c07166ba;hb=8a4722b0ccf5cf30ee76a85bdf6bea2fa0515153;hpb=d3ded99df05c7602749aa50530a1dc69db4cc066 diff --git a/include/babeltrace/ctf/events-internal.h b/include/babeltrace/ctf/events-internal.h index 2ff37545..bd50100d 100644 --- a/include/babeltrace/ctf/events-internal.h +++ b/include/babeltrace/ctf/events-internal.h @@ -26,21 +26,14 @@ #include #include #include +#include #include struct ctf_stream_definition; -struct ctf_event_definition; -/* - * the structure to manipulate events - */ -struct bt_ctf_event { - struct ctf_stream_definition *stream; - struct ctf_event_definition *event; -}; struct bt_ctf_iter { struct bt_iter parent; - struct bt_ctf_event current_ctf_event; /* last read event */ + struct ctf_event_definition current_ctf_event; /* last read event */ GArray *callbacks; /* Array of struct bt_stream_callbacks */ struct bt_callback_chain main_callbacks; /* For all events */ /*