X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=18102c1df504dfb07e9cea10bc0009322279689a;hb=7ee76145ae6a7efc03968571b9e4a22d46e92929;hp=4cc4e1e431f9442fc8625d15a3c25a614c69d33f;hpb=2e70391c18fa78eb8dfac15c0f2e43e82691f189;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 4cc4e1e4..18102c1d 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -351,7 +351,7 @@ struct lttng_bytecode_runtime { struct lttng_ust_event_common_private; -struct lttng_event_common { +struct lttng_ust_event_common { uint32_t struct_size; /* Size of this structure. */ struct lttng_ust_event_common_private *priv; /* Private event interface */ @@ -365,7 +365,7 @@ struct lttng_ust_event_recorder_private; struct lttng_ust_event_recorder { uint32_t struct_size; /* Size of this structure. */ - struct lttng_event_common *parent; + struct lttng_ust_event_common *parent; struct lttng_ust_event_recorder_private *priv; /* Private event record interface */ unsigned int id;