Launch the ht-cleanup thread using lttng_thread util
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.h
index 8ca0e312398cbbc9cd51f473a374e2d8e6da43c5..89445e554cf094fce328e57ba0f32428ac149655 100644 (file)
@@ -19,8 +19,8 @@
 #define _LTTNG_HT_CLEANUP_H
 
 #include <pthread.h>
+#include "thread.h"
 
-int init_ht_cleanup_thread(pthread_t *thread);
-int fini_ht_cleanup_thread(pthread_t *thread);
+struct lttng_thread *launch_ht_cleanup_thread(void);
 
 #endif /* _LTTNG_HT_CLEANUP_H */
This page took 0.02298 seconds and 4 git commands to generate.