X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.h;h=859b43b7b6e7feca15f28940b0bada2cb2d2d6f1;hb=4e1f08f47c1837b09af74712c299c5169496591a;hp=5fd0b67a0c5137cbbd0e68ad67fd1c3254e61302;hpb=05d32c64199816da32cd95929a8ff0d0d38d7f60;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index 5fd0b67a..859b43b7 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -180,7 +180,8 @@ struct ltt_channel_ops { void (*channel_destroy)(struct channel *chan); struct lib_ring_buffer *(*buffer_read_open)(struct channel *chan); void (*buffer_read_close)(struct lib_ring_buffer *buf); - int (*event_reserve)(struct lib_ring_buffer_ctx *ctx); + int (*event_reserve)(struct lib_ring_buffer_ctx *ctx, + uint16_t event_id); void (*event_commit)(struct lib_ring_buffer_ctx *ctx); void (*event_write)(struct lib_ring_buffer_ctx *ctx, const void *src, size_t len);