X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=d2a039e8f664cacf5aea2d91b86aafdd7e31acaa;hb=5b3cf4f924befda843a7736daf84f8ecae5e86a4;hp=484534c4272948208a0b426468282c9ae78d8873;hpb=0e14d6e771153a9d4f1b52cb57e3fbce52d1749d;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 484534c4..d2a039e8 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -358,6 +358,9 @@ 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); }; struct lttng_transport {