Implement capturing payload on event notifier
[lttng-modules.git] / src / probes / lttng-uprobes.c
index 368828e350f79cddbb87dde44980457a792cdeff..b9007146d39fbb3504f287f845890de38f867834 100644 (file)
@@ -73,7 +73,7 @@ int lttng_uprobes_event_notifier_handler_pre(struct uprobe_consumer *uc, struct
        if (unlikely(!READ_ONCE(event_notifier->enabled)))
                return 0;
 
-       event_notifier->send_notification(event_notifier);
+       event_notifier->send_notification(event_notifier, NULL, NULL);
        return 0;
 }
 
This page took 0.022894 seconds and 4 git commands to generate.