Export the stream instance ID
[lttng-ust.git] / include / lttng / ust-ctl.h
index d3c50c5cbd6a326b8e6907de08deb46a1fcb2612..379ad41f5253f205d0e7d3917176abe4fa4f6358 100644 (file)
@@ -252,6 +252,10 @@ int ustctl_get_stream_id(struct ustctl_consumer_stream *stream,
                uint64_t *stream_id);
 int ustctl_get_current_timestamp(struct ustctl_consumer_stream *stream,
                uint64_t *ts);
+int ustctl_get_sequence_number(struct ustctl_consumer_stream *stream,
+               uint64_t *seq);
+int ustctl_get_instance_id(struct ustctl_consumer_stream *stream,
+               uint64_t *id);
 
 /* returns whether UST has perf counters support. */
 int ustctl_has_perf_counters(void);
This page took 0.023482 seconds and 4 git commands to generate.