X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-events.h;h=ccb9df829094f60ad9c7b4a20adf7cae421b96b5;hb=58aa5d24fc1b9bc14fa91a2a9ca8467fb2541fec;hp=586608b38ebda0aff48038c28ade69f322926860;hpb=4ea00e4f764eb18686121161a98e4ef442fed2c0;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index 586608b3..ccb9df82 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -212,6 +212,8 @@ struct ltt_channel_ops { size_t len); void (*event_write_from_user)(struct lib_ring_buffer_ctx *ctx, const void *src, size_t len); + void (*event_memset)(struct lib_ring_buffer_ctx *ctx, + int c, size_t len); /* * packet_avail_size returns the available size in the current * packet. Note that the size returned is only a hint, since it