X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-events.h;h=a418bb9811469ddc499bbddecd83dec5ccb828d3;hb=879f9b0aa0c9a8ee31ba47bfaaf6539ef2e349b2;hp=ca3d19818b2bc6dd19134d950afc889dfa52395f;hpb=b4c8bf2f2320b7a2d19dec6addda5d6d2aa227a3;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index ca3d1981..a418bb98 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -451,7 +451,7 @@ struct lttng_ust_channel_buffer_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, + void (*event_pstrcpy_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. */