Hide lttng_event_copy symbol
[lttng-tools.git] / src / lib / lttng-ctl / event.c
index 9413b7052ee80817360853669e9ec05e36546e13..f8abf309e5fe354ce45c69be446a7866fba3aefd 100644 (file)
@@ -165,8 +165,8 @@ end:
        return ret;
 }
 
-struct lttng_userspace_probe_location *
-lttng_event_get_userspace_probe_location(struct lttng_event *event)
+const struct lttng_userspace_probe_location *
+lttng_event_get_userspace_probe_location(const struct lttng_event *event)
 {
        struct lttng_userspace_probe_location *probe_location = NULL;
        struct lttng_event_extended *event_extended;
This page took 0.023604 seconds and 5 git commands to generate.