X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fkernel-probe-internal.h;h=381c6a411e7dddf8225c415880fee3738812e4a0;hp=680f3afab095ab225e59e3922945ee698113635f;hb=077192fd1880652a61400b493a0b6cf5bb199435;hpb=808cb744a46310d2e5fbbe9ab025cd427bcfc0a8 diff --git a/include/lttng/kernel-probe-internal.h b/include/lttng/kernel-probe-internal.h index 680f3afab..381c6a411 100644 --- a/include/lttng/kernel-probe-internal.h +++ b/include/lttng/kernel-probe-internal.h @@ -91,4 +91,8 @@ bool lttng_kernel_probe_location_is_equal( const struct lttng_kernel_probe_location *a, const struct lttng_kernel_probe_location *b); +LTTNG_HIDDEN +struct lttng_kernel_probe_location *lttng_kernel_probe_location_copy( + const struct lttng_kernel_probe_location *location); + #endif /* LTTNG_KERNEL_PROBE_INTERNAL_H */