Unify reference counting using a common bt_object base
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 4338742e7688e21a20210236ca1fe287549a87b2..2a481b0852c4d2a409a4eeba7e843e55700879dd 100644 (file)
 #include <babeltrace/ctf-writer/event-fields.h>
 #include <babeltrace/ctf-writer/event-types.h>
 #include <babeltrace/ctf-ir/trace.h>
-#include <babeltrace/ctf-ir/common-internal.h>
+#include <babeltrace/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/ctf/types.h>
 #include <glib.h>
 
 struct bt_ctf_stream_class {
-       struct bt_ctf_base base;
+       struct bt_object base;
        GString *name;
        struct bt_ctf_clock *clock;
        GPtrArray *event_classes; /* Array of pointers to bt_ctf_event_class */
This page took 0.023322 seconds and 4 git commands to generate.