Remove event id parameter from event_reserve callback
[lttng-modules.git] / include / lttng / events.h
index 613b9c49d7fc5e6cd23eaffc2b04beddaed1d27a..8c200bdd49787ee7b5960f1bff741eea1413d838 100644 (file)
@@ -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);
This page took 0.023108 seconds and 4 git commands to generate.