Add UST snapshot support
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.h
index 9f0b22ddeffa7e775503957b253e098ea535b490..191cdabf8c2569211a665cd47e0a072ede574408 100644 (file)
@@ -30,6 +30,8 @@ int lttng_ustconsumer_take_snapshot(struct lttng_consumer_stream *stream);
 
 int lttng_ustconsumer_get_produced_snapshot(
                struct lttng_consumer_stream *stream, unsigned long *pos);
+int lttng_ustconsumer_get_consumed_snapshot(
+               struct lttng_consumer_stream *stream, unsigned long *pos);
 
 int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                int sock, struct pollfd *consumer_sockpoll);
This page took 0.022867 seconds and 4 git commands to generate.