Add stream instance id to the packet header
[lttng-modules.git] / lttng-events.h
index 484534c4272948208a0b426468282c9ae78d8873..b3e94a0c60b670acd814c21010be72cc0c128b86 100644 (file)
@@ -358,6 +358,12 @@ struct lttng_channel_ops {
        int (*current_timestamp) (const struct lib_ring_buffer_config *config,
                        struct lib_ring_buffer *bufb,
                        uint64_t *ts);
+       int (*sequence_number) (const struct lib_ring_buffer_config *config,
+                       struct lib_ring_buffer *bufb,
+                       uint64_t *seq);
+       int (*instance_id) (const struct lib_ring_buffer_config *config,
+                       struct lib_ring_buffer *bufb,
+                       uint64_t *id);
 };
 
 struct lttng_transport {
This page took 0.023181 seconds and 4 git commands to generate.