X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-internal.h;h=f381be8d9c49626325cf21221afabdf849a3ec89;hb=5fd2e9fda6185e989583e6e61b9312683149747e;hp=c68316c1549194591b72e972b78c84eb794089bd;hpb=272df73edf74c3d8d6cbbf6450258fdbc9fbad36;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event-internal.h b/include/babeltrace/ctf-ir/event-internal.h index c68316c1..f381be8d 100644 --- a/include/babeltrace/ctf-ir/event-internal.h +++ b/include/babeltrace/ctf-ir/event-internal.h @@ -41,6 +41,7 @@ struct bt_ctf_event { struct bt_object base; struct bt_ctf_event_class *event_class; struct bt_ctf_field *event_header; + struct bt_ctf_field *stream_event_context; struct bt_ctf_field *context_payload; struct bt_ctf_field *fields_payload; };