src.ctf.lttng-live: Add setter for stream iterator state for uniform logging
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index 1f0d3f7da8f56543ca5006d5e2c5786c088ae467..82f39a0fabb4baf115135a60a2f21f040c9b6f3a 100644 (file)
@@ -328,4 +328,9 @@ enum ctf_msg_iter_medium_status lttng_live_get_stream_bytes(
 
 bool lttng_live_graph_is_canceled(struct lttng_live_msg_iter *msg_iter);
 
+BT_HIDDEN
+void lttng_live_stream_iterator_set_state(
+               struct lttng_live_stream_iterator *stream_iter,
+               enum lttng_live_stream_state new_state);
+
 #endif /* BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_H */
This page took 0.023911 seconds and 4 git commands to generate.