X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.h;h=fa48d0974b57eb0580dbf28e75e5dd0bcc30863e;hp=43f76a4aad54eadc7ac3e53f311bab00a748653b;hb=7ceefac4c8474606312e25ab822e510c41a3d644;hpb=53eb691c0c1d42e5b3f70697d8295ca4014e1dbc diff --git a/src/bin/lttng-relayd/session.h b/src/bin/lttng-relayd/session.h index 43f76a4aa..fa48d0974 100644 --- a/src/bin/lttng-relayd/session.h +++ b/src/bin/lttng-relayd/session.h @@ -139,6 +139,7 @@ struct relay_session { * while new chunk has a temporary directory name. */ bool ongoing_rotation; + struct lttng_directory_handle *output_directory; struct rcu_head rcu_node; /* For call_rcu teardown. */ }; @@ -160,9 +161,6 @@ void session_put(struct relay_session *session); int session_close(struct relay_session *session); int session_abort(struct relay_session *session); -struct lttng_directory_handle *session_create_output_directory_handle( - struct relay_session *session); - void print_sessions(void); #endif /* _SESSION_H */