lib: split trace API into trace class and trace APIs
[babeltrace.git] / include / babeltrace / trace-ir / event-internal.h
index 884de6309b9405c0822cdc375660ace0d9836031..eedceaea84f9ddc6ef6ca78bb193e9e56750b888 100644 (file)
 
 struct bt_event {
        struct bt_object base;
+
+       /* Owned by this */
        struct bt_event_class *class;
+
+       /* Owned by this */
        struct bt_packet *packet;
+
        struct bt_field_wrapper *header_field;
        struct bt_field *common_context_field;
        struct bt_field *specific_context_field;
This page took 0.022393 seconds and 4 git commands to generate.