Add ustctl_snapshot_sample_positions ustctl command
[lttng-ust.git] / include / lttng / ust-ctl.h
index 7b750fd4438812f530357e3355d86a672215af5c..f6c1dc4527c4d64a4318a54375d3e5ee70c94e99 100644 (file)
@@ -226,6 +226,7 @@ int ustctl_put_next_subbuf(struct ustctl_consumer_stream *stream);
 /* snapshot */
 
 int ustctl_snapshot(struct ustctl_consumer_stream *stream);
+int ustctl_snapshot_sample_positions(struct ustctl_consumer_stream *stream);
 int ustctl_snapshot_get_consumed(struct ustctl_consumer_stream *stream,
                unsigned long *pos);
 int ustctl_snapshot_get_produced(struct ustctl_consumer_stream *stream,
This page took 0.022938 seconds and 4 git commands to generate.