X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.h;h=288672dcc193312d2e72e13048cc68ec00ec4d6e;hb=335875f6066429a7ce5f0a5a96f1c75a268fef7a;hp=2a034daf34e8b448f37fa8f6e301ffe4cd90a119;hpb=9221ac46a2e4bb7a68fb9e5b12d5d06e1663967e;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 */