Fix: "Cleanup: clarify bytecode ownership"
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 9ba5acd5a60d72f9e9ede918a70b2cab87243abc..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:
@@ -765,6 +765,7 @@ long lttng_event_notifier_group_error_counter_cmd(int objd, unsigned int cmd, un
        }
 }
 
+LTTNG_HIDDEN
 int lttng_release_event_notifier_group_error_counter(int objd)
 {
        struct lttng_counter *counter = objd_private(objd);
This page took 0.024138 seconds and 5 git commands to generate.