Implement the relayd live features
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.h
index 41482b13f4cea8d4763515102643d6dad756a611..d8f74ca1f429161c4ff9a3e78a2fabf3e7e002cb 100644 (file)
@@ -24,6 +24,8 @@
 int lttng_kconsumer_take_snapshot(struct lttng_consumer_stream *stream);
 int lttng_kconsumer_get_produced_snapshot(struct lttng_consumer_stream *stream,
         unsigned long *pos);
+int lttng_kconsumer_get_consumed_snapshot(struct lttng_consumer_stream *stream,
+               unsigned long *pos);
 int lttng_kconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                int sock, struct pollfd *consumer_sockpoll);
 ssize_t lttng_kconsumer_read_subbuffer(struct lttng_consumer_stream *stream,
This page took 0.023177 seconds and 4 git commands to generate.