ir: add bt_ctf_event_set_packet()
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index f381be8d9c49626325cf21221afabdf849a3ec89..a0b83ea633fe1b98890362ab3831695b3f6c79d3 100644 (file)
 #include <babeltrace/ctf/types.h>
 #include <babeltrace/ctf-ir/stream-class.h>
 #include <babeltrace/ctf-ir/stream.h>
+#include <babeltrace/ctf-ir/packet.h>
 #include <babeltrace/object-internal.h>
 #include <glib.h>
 
 struct bt_ctf_event {
        struct bt_object base;
        struct bt_ctf_event_class *event_class;
+       struct bt_ctf_packet *packet;
        struct bt_ctf_field *event_header;
        struct bt_ctf_field *stream_event_context;
        struct bt_ctf_field *context_payload;
This page took 0.023206 seconds and 4 git commands to generate.