X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=9a74ed4d44bf576ff3e1bf0381b79310276967a6;hb=d7d45c0dc2815c77a947c745dfa79ed4060cc1c5;hp=d102b0b50fe007299cfd8558ea47b266248d0f17;hpb=fd17d7cecd427479c035cd99cb2b2fb622bb3a38;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index d102b0b5..9a74ed4d 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -44,7 +44,6 @@ struct lttng_channel; struct lttng_session; struct lttng_ust_lib_ring_buffer_ctx; struct lttng_event_field; -struct lttng_event_notifier; struct lttng_event_notifier_group; /* @@ -375,12 +374,12 @@ struct lttng_ust_event_recorder { struct lttng_ust_event_notifier_private; -struct lttng_event_notifier { +struct lttng_ust_event_notifier { uint32_t struct_size; /* Size of this structure. */ struct lttng_ust_event_common *parent; struct lttng_ust_event_notifier_private *priv; /* Private event notifier interface */ - void (*notification_send)(struct lttng_event_notifier *event_notifier, + void (*notification_send)(struct lttng_ust_event_notifier *event_notifier, const char *stack_data); struct cds_list_head capture_bytecode_runtime_head; };