Rename struct lttng_event_notifier to struct lttng_ust_event_notifier
[lttng-ust.git] / liblttng-ust / ust-events-internal.h
index c434f94bac254e92fab4b2d9733fc848f4eb4fb7..effd747d0ca1ef76fe884123c9e57108f507cb7a 100644 (file)
@@ -221,7 +221,7 @@ struct lttng_ust_event_recorder_private {
 struct lttng_ust_event_notifier_private {
        struct lttng_ust_event_common_private parent;
 
-       struct lttng_event_notifier *pub;       /* Public event notifier interface */
+       struct lttng_ust_event_notifier *pub;   /* Public event notifier interface */
        struct cds_hlist_node hlist;            /* hashtable of event_notifiers */
        struct cds_list_head node;              /* event_notifier list in session */
        struct lttng_event_notifier_group *group; /* weak ref */
@@ -434,7 +434,7 @@ void lttng_free_event_recorder_filter_runtime(struct lttng_ust_event_recorder *e
 
 LTTNG_HIDDEN
 void lttng_free_event_notifier_filter_runtime(
-               struct lttng_event_notifier *event_notifier);
+               struct lttng_ust_event_notifier *event_notifier);
 
 /*
  * Connect the probe on all enablers matching this event description.
This page took 0.023454 seconds and 4 git commands to generate.