Namespace LTTng modules ABI with lttng_kernel_abi_ prefix
[lttng-modules.git] / src / probes / lttng-kretprobes.c
index 6b794eb8668303287b1c7f134453d8ec2751d1fe..79add9863298d0600c9c69557b9875a89d309ff7 100644 (file)
@@ -299,7 +299,7 @@ int lttng_kretprobes_event_enable_state(struct lttng_event *event,
        struct lttng_event *event_exit;
        struct lttng_krp *lttng_krp;
 
-       if (event->instrumentation != LTTNG_KERNEL_KRETPROBE) {
+       if (event->instrumentation != LTTNG_KERNEL_ABI_KRETPROBE) {
                return -EINVAL;
        }
        if (event->enabled == enable) {
This page took 0.02476 seconds and 4 git commands to generate.