Fix: "Cleanup: clarify bytecode ownership"
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 8c0c46553d6c8ff4277f924b0eba5eff8a6d6474..4703dc3dbff73d296b3a871db57bcc990777b931 100644 (file)
@@ -719,7 +719,7 @@ long lttng_event_notifier_enabler_cmd(int objd, unsigned int cmd, unsigned long
        case LTTNG_UST_CAPTURE:
                return lttng_event_notifier_enabler_attach_capture_bytecode(
                        event_notifier_enabler,
-                       (struct lttng_ust_bytecode_node *) arg);
+                       (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.023336 seconds and 5 git commands to generate.