Rename ctf_stream_event to ctf_event_definition
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 9f579a060ded3cc272e40eeccfab3ef34475e46c..c3ee8fcda401e28557d1545407e62e45aa7f10f5 100644 (file)
 #include <glib.h>
 
 struct ctf_stream;
-struct ctf_stream_event;
+struct ctf_event_definition;
 /*
  * the structure to manipulate events
  */
 struct bt_ctf_event {
        struct ctf_stream *stream;
-       struct ctf_stream_event *event;
+       struct ctf_event_definition *event;
 };
 
 struct bt_ctf_iter {
This page took 0.023263 seconds and 4 git commands to generate.