Implement capturing payload on event notifiers
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 4f32f55511acd25b860ab9c4a11eebde8ca9acf4..76fd7ea0a9361fbfe11937b6754398cf067ee6c7 100644 (file)
@@ -722,6 +722,10 @@ long lttng_event_notifier_enabler_cmd(int objd, unsigned int cmd, unsigned long
        case LTTNG_UST_EXCLUSION:
                return lttng_event_notifier_enabler_attach_exclusion(event_notifier_enabler,
                        (struct lttng_ust_excluder_node *) arg);
+       case LTTNG_UST_CAPTURE:
+               return lttng_event_notifier_enabler_attach_capture_bytecode(
+                       event_notifier_enabler,
+                       (struct lttng_ust_bytecode_node *) arg);
        case LTTNG_UST_ENABLE:
                return lttng_event_notifier_enabler_enable(event_notifier_enabler);
        case LTTNG_UST_DISABLE:
This page took 0.023338 seconds and 5 git commands to generate.