sessiond: refactoring: introduce start/stop_kernel_session
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 32fb7fa608af0d4e08fc74c95d156261c7dadd18..87a40c884afda432bc393ae1fd18e1fa1c007747 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "context.h"
 #include "session.h"
+#include "lttng-sessiond.h"
 
 struct notification_thread_handle;
 
@@ -144,5 +145,7 @@ int cmd_rotation_set_schedule(struct ltt_session *session,
                struct notification_thread_handle *notification_thread_handle);
 
 const struct cmd_completion_handler *cmd_pop_completion_handler(void);
+int start_kernel_session(struct ltt_kernel_session *ksess);
+int stop_kernel_session(struct ltt_kernel_session *ksess);
 
 #endif /* CMD_H */
This page took 0.024286 seconds and 5 git commands to generate.