X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.h;h=288672dcc193312d2e72e13048cc68ec00ec4d6e;hb=317eadef3cb6e74992824cad4c1193b6dc1e9fdf;hp=2a034daf34e8b448f37fa8f6e301ffe4cd90a119;hpb=ecd1a12fac39784bded85c0f06e47ace2dc98cde;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/session.h b/src/bin/lttng-relayd/session.h index 2a034daf3..288672dcc 100644 --- a/src/bin/lttng-relayd/session.h +++ b/src/bin/lttng-relayd/session.h @@ -154,6 +154,9 @@ void session_put(struct relay_session *session); int session_close(struct relay_session *session); int session_abort(struct relay_session *session); +int session_init_output_directory_handle(struct relay_session *session, + struct lttng_directory_handle *handle); + void print_sessions(void); #endif /* _SESSION_H */