Rename struct lttng_event_common to struct lttng_ust_event_common
[lttng-ust.git] / include / lttng / ust-events.h
index 4cc4e1e431f9442fc8625d15a3c25a614c69d33f..18102c1df504dfb07e9cea10bc0009322279689a 100644 (file)
@@ -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;
This page took 0.023442 seconds and 4 git commands to generate.