Add lttng_userspace_probe_location copy constructor
[lttng-tools.git] / include / lttng / userspace-probe-internal.h
index 3e8eecbcfc15723a07f406b5ba0db283f7e47644..9c580323c822be55cdcef4ff8eb7fe3321921eef 100644 (file)
@@ -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 */
This page took 0.024123 seconds and 5 git commands to generate.