X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-internal.h;h=17695f92bee84a8a18afbb4afd861a4bfd8890cf;hp=db98771f45e91f4d35774c00bae39da79e1a8747;hb=83509119a945fc77faff869daaf48627e1c4b3fa;hpb=4841ccc167f5f99267a0c129a1e79214b60f553c diff --git a/include/babeltrace/ctf-ir/event-internal.h b/include/babeltrace/ctf-ir/event-internal.h index db98771f..17695f92 100644 --- a/include/babeltrace/ctf-ir/event-internal.h +++ b/include/babeltrace/ctf-ir/event-internal.h @@ -34,14 +34,14 @@ #include #include #include -#include +#include #include #define BT_CTF_EVENT_CLASS_ATTR_ID_INDEX 0 #define BT_CTF_EVENT_CLASS_ATTR_NAME_INDEX 1 struct bt_ctf_event_class { - struct bt_ctf_base base; + struct bt_object base; struct bt_value *attributes; /* * Weak reference; an event class does not have ownership of a @@ -56,7 +56,7 @@ struct bt_ctf_event_class { }; struct bt_ctf_event { - struct bt_ctf_base base; + struct bt_object base; struct bt_ctf_event_class *event_class; /* Weak reference; an event does not have ownership of a stream */ struct bt_ctf_stream *stream;