Sessiond: Implement cmd_clear_session
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.h
index 1b394947b31f8c4c2c4ca6cc88efbc291c6a8db6..829ec0e3e6148ecb51d4378af8c7f214a623b000 100644 (file)
@@ -61,6 +61,7 @@ int kernel_snapshot_record(struct ltt_kernel_session *ksess,
                struct snapshot_output *output, int wait,
                uint64_t nb_packets_per_stream);
 int kernel_syscall_mask(int chan_fd, char **syscall_mask, uint32_t *nr_bits);
+enum lttng_error_code kernel_clear_session(struct ltt_session *session);
 
 int init_kernel_workarounds(void);
 ssize_t kernel_list_tracker_pids(struct ltt_kernel_session *session,
This page took 0.023392 seconds and 5 git commands to generate.