Rename struct lttng_event_notifier to struct lttng_ust_event_notifier
[lttng-ust.git] / include / lttng / ust-events.h
index d102b0b50fe007299cfd8558ea47b266248d0f17..9a74ed4d44bf576ff3e1bf0381b79310276967a6 100644 (file)
@@ -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;
 };
This page took 0.024024 seconds and 4 git commands to generate.