Write event header
[lttng-modules.git] / ltt-events.h
index 5fd0b67a0c5137cbbd0e68ad67fd1c3254e61302..859b43b7b6e7feca15f28940b0bada2cb2d2d6f1 100644 (file)
@@ -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);
This page took 0.023754 seconds and 4 git commands to generate.