X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Fust-events-internal.h;h=effd747d0ca1ef76fe884123c9e57108f507cb7a;hb=d7d45c0dc2815c77a947c745dfa79ed4060cc1c5;hp=c434f94bac254e92fab4b2d9733fc848f4eb4fb7;hpb=fd17d7cecd427479c035cd99cb2b2fb622bb3a38;p=lttng-ust.git diff --git a/liblttng-ust/ust-events-internal.h b/liblttng-ust/ust-events-internal.h index c434f94b..effd747d 100644 --- a/liblttng-ust/ust-events-internal.h +++ b/liblttng-ust/ust-events-internal.h @@ -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.