X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=include%2Flttng%2Fevents.h;h=8c200bdd49787ee7b5960f1bff741eea1413d838;hp=613b9c49d7fc5e6cd23eaffc2b04beddaed1d27a;hb=c2fb9c1c4f890840c02ad4b66a7cf69ae5dca6f7;hpb=b1199bd39f4b617b99518b72ceeea644b164b901 diff --git a/include/lttng/events.h b/include/lttng/events.h index 613b9c49..8c200bdd 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -562,8 +562,7 @@ struct lttng_channel_ops { struct lib_ring_buffer *(*buffer_read_open)(struct channel *chan); int (*buffer_has_read_closed_stream)(struct channel *chan); void (*buffer_read_close)(struct lib_ring_buffer *buf); - int (*event_reserve)(struct lib_ring_buffer_ctx *ctx, - uint32_t event_id); + int (*event_reserve)(struct lib_ring_buffer_ctx *ctx); void (*event_commit)(struct lib_ring_buffer_ctx *ctx); void (*event_write)(struct lib_ring_buffer_ctx *ctx, const void *src, size_t len);