Add serialization function
[lttng-modules.git] / ltt-events.h
index 0d68e16ae4111c15b190dd75d7360cd34aa01d0e..ab90bad3d842ed892847184852de4140115cddf9 100644 (file)
@@ -42,6 +42,8 @@ struct ltt_channel_ops {
        void (*buffer_read_close)(struct lib_ring_buffer *buf);
        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);
 };
 
 struct ltt_channel {
This page took 0.023238 seconds and 4 git commands to generate.