Build fix: use of mutable keyword in C file
[lttng-tools.git] / src / bin / lttng-relayd / session.h
index 3a9b92436f3aa44601d8b65ea0b050fe06b5bce3..6bc006a4b8db495cb4e445d2d9ce99f38b540927 100644 (file)
@@ -156,6 +156,8 @@ void session_put(struct relay_session *session);
 int session_close(struct relay_session *session);
 int session_abort(struct relay_session *session);
 
+bool session_has_ongoing_rotation(struct relay_session *session);
+
 void print_sessions(void);
 
 #endif /* _SESSION_H */
This page took 0.02387 seconds and 4 git commands to generate.