X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=9f579a060ded3cc272e40eeccfab3ef34475e46c;hp=c78470ecab9fce91e4071984bc5470595c7f9200;hb=04ae3991741c634481fc3fa069664ae28bbdbaa6;hpb=a7765dd4491b15629e3884493db0f29611b84e65 diff --git a/include/babeltrace/ctf/events-internal.h b/include/babeltrace/ctf/events-internal.h index c78470ec..9f579a06 100644 --- a/include/babeltrace/ctf/events-internal.h +++ b/include/babeltrace/ctf/events-internal.h @@ -28,6 +28,16 @@ #include #include +struct ctf_stream; +struct ctf_stream_event; +/* + * the structure to manipulate events + */ +struct bt_ctf_event { + struct ctf_stream *stream; + struct ctf_stream_event *event; +}; + struct bt_ctf_iter { struct bt_iter parent; struct bt_ctf_event current_ctf_event; /* last read event */