Fix: event notifier: notification send should be a callback
[deliverable/lttng-ust.git] / liblttng-ust / lttng-events.c
index c80ecbfdadc92a94be63e0c541d38e02d1a330e2..53bb1100cab922b7fd86a0349c69ce3b057bfb98 100644 (file)
@@ -869,6 +869,7 @@ int lttng_event_notifier_create(const struct lttng_event_desc *desc,
        CDS_INIT_LIST_HEAD(&event_notifier->capture_bytecode_runtime_head);
        CDS_INIT_LIST_HEAD(&event_notifier->enablers_ref_head);
        event_notifier->desc = desc;
+       event_notifier->notification_send = lttng_event_notifier_notification_send;
 
        cds_list_add(&event_notifier->node,
                        &event_notifier_group->event_notifiers_head);
This page took 0.02463 seconds and 5 git commands to generate.