Rename bt_object to bt_value
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index 9b2e2075e77cb708313aa9d9926c5a259b8829a2..db98771f45e91f4d35774c00bae39da79e1a8747 100644 (file)
@@ -30,7 +30,7 @@
 #include <babeltrace/ctf-writer/event-types.h>
 #include <babeltrace/ctf-writer/event-fields.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/objects.h>
+#include <babeltrace/values.h>
 #include <babeltrace/ctf/types.h>
 #include <babeltrace/ctf-ir/stream-class.h>
 #include <babeltrace/ctf-ir/stream.h>
@@ -42,7 +42,7 @@
 
 struct bt_ctf_event_class {
        struct bt_ctf_base base;
-       struct bt_object *attributes;
+       struct bt_value *attributes;
        /*
         * Weak reference; an event class does not have ownership of a
         * stream class.
This page took 0.023803 seconds and 4 git commands to generate.