X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fuserspace-probe-internal.h;fp=include%2Flttng%2Fuserspace-probe-internal.h;h=9c580323c822be55cdcef4ff8eb7fe3321921eef;hp=3e8eecbcfc15723a07f406b5ba0db283f7e47644;hb=394357fe3de7a15a81b5a25bddf3d82a64c1f65a;hpb=83712c39736bc4edbd64ca7e83192c9877a80a8e diff --git a/include/lttng/userspace-probe-internal.h b/include/lttng/userspace-probe-internal.h index 3e8eecbcf..9c580323c 100644 --- a/include/lttng/userspace-probe-internal.h +++ b/include/lttng/userspace-probe-internal.h @@ -111,4 +111,8 @@ int lttng_userspace_probe_location_flatten( const struct lttng_userspace_probe_location *location, struct lttng_dynamic_buffer *buffer); +LTTNG_HIDDEN +struct lttng_userspace_probe_location *lttng_userspace_probe_location_copy( + const struct lttng_userspace_probe_location *location); + #endif /* LTTNG_USERSPACE_PROBE_INTERNAL_H */