Add internal kernel channel destroy function
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.h
index 86ae00371bdc4790d1bd82fa15ad112e15468322..4813c931dadda4a86f2781cd1014d22a859e8851 100644 (file)
@@ -52,6 +52,7 @@ void kernel_wait_quiescent(int fd);
 int kernel_calibrate(int fd, struct lttng_kernel_calibrate *calibrate);
 int kernel_validate_version(int tracer_fd);
 void kernel_destroy_session(struct ltt_kernel_session *ksess);
 int kernel_calibrate(int fd, struct lttng_kernel_calibrate *calibrate);
 int kernel_validate_version(int tracer_fd);
 void kernel_destroy_session(struct ltt_kernel_session *ksess);
+void kernel_destroy_channel(struct ltt_kernel_channel *kchan);
 
 int init_kernel_workarounds(void);
 
 
 int init_kernel_workarounds(void);
 
This page took 0.023272 seconds and 4 git commands to generate.