Fix: userspace probe accessors are not const-correct
[lttng-tools.git] / src / common / userspace-probe.c
index ea3c93bcde840242d4871084394f6ebe0d75ec11..89066bf0549a553df0564528d450a7763910ccc0 100644 (file)
@@ -764,7 +764,7 @@ end:
        return ret;
 }
 
-struct lttng_userspace_probe_location_lookup_method *
+const struct lttng_userspace_probe_location_lookup_method *
 lttng_userspace_probe_location_get_lookup_method(
                const struct lttng_userspace_probe_location *location)
 {
This page took 0.023703 seconds and 5 git commands to generate.