X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-events.h;h=8568d4bd2723abef749d1a6433b0d87472b9a00d;hb=2792781482a58865c7504100d8c1ba6db41193d1;hp=e8e4bf2cac12d254bd11ae884847c2f4367bcf64;hpb=7433d32d5a8f0e8833461b586a8c8b2274da0141;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index e8e4bf2c..8568d4bd 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -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. */ };