ABI refactoring: sequence and array of text: copy input as string
[lttng-ust.git] / include / lttng / ust-events.h
index e8e4bf2cac12d254bd11ae884847c2f4367bcf64..8568d4bd2723abef749d1a6433b0d87472b9a00d 100644 (file)
@@ -451,6 +451,8 @@ struct lttng_ust_channel_ops {
                        const void *src, size_t len);
        void (*event_strcpy)(struct lttng_ust_lib_ring_buffer_ctx *ctx,
                        const char *src, size_t len);
+       void (*event_strcpy_pad)(struct lttng_ust_lib_ring_buffer_ctx *ctx,
+                       const char *src, size_t len);
 
        /* End of base ABI. Fields below should be used after checking struct_size. */
 };
This page took 0.026868 seconds and 4 git commands to generate.