Rename struct lttng_event_common to struct lttng_ust_event_common
[lttng-ust.git] / liblttng-ust / ust-events-internal.h
index 45c581b178607c67bacebbcf770af7b4facfe355..f574be60c1317d5b631d6d30b175a3290a219da3 100644 (file)
@@ -166,7 +166,7 @@ struct lttng_counter_transport {
 };
 
 struct lttng_ust_event_common_private {
-       struct lttng_event_common *pub; /* Public event interface */
+       struct lttng_ust_event_common *pub;     /* Public event interface */
 
        const struct lttng_event_desc *desc;
        /* Backward references: list of lttng_enabler_ref (ref to enablers) */
This page took 0.022641 seconds and 4 git commands to generate.