X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;fp=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=d524df1cc225caa60c0089227c5d77856ece0525;hp=03d90c2c5ae8041b58572eb8329321bdfe303a74;hb=e2b6b28eb86b7d0391a514f174a566a459b41136;hpb=3b16476a9b2015e59bb869cdeb07975b8d1ec6c5 diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 03d90c2c5..d524df1cc 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -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 */