X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=f0628c4cd7a9582e7f2a271c8ddd0b092edd7a54;hb=2348ca17d04c122d21f9329faa6941d0b147b378;hp=bce6507c77989450f682e983b08856cec3e5ea99;hpb=3b731ab1a88c60e0a3a8eeddd225f751e821b1f3;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index bce6507c..f0628c4c 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -263,6 +263,9 @@ struct lttng_channel_ops { int (*stream_id) (const struct lib_ring_buffer_config *config, struct lib_ring_buffer *bufb, uint64_t *stream_id); + int (*current_timestamp) (const struct lib_ring_buffer_config *config, + struct lib_ring_buffer *bufb, + uint64_t *ts); }; struct lttng_transport {