Fix: only create trace chunk if the output of a session supports it
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 03d90c2c5ae8041b58572eb8329321bdfe303a74..d524df1cc225caa60c0089227c5d77856ece0525 100644 (file)
@@ -249,4 +249,6 @@ int session_close_trace_chunk(const struct ltt_session *session,
                struct lttng_trace_chunk *trace_chunk,
                const enum lttng_trace_chunk_command_type *close_command);
 
+bool session_output_supports_trace_chunks(const struct ltt_session *session);
+
 #endif /* _LTT_SESSION_H */
This page took 0.023143 seconds and 4 git commands to generate.