X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fht-cleanup.h;h=89445e554cf094fce328e57ba0f32428ac149655;hp=8ca0e312398cbbc9cd51f473a374e2d8e6da43c5;hb=5d1b02193b8788400b04dee1c53965357f51c52c;hpb=5e97de0089e5a91e4dd8bae5aa7e1956597c508b diff --git a/src/bin/lttng-sessiond/ht-cleanup.h b/src/bin/lttng-sessiond/ht-cleanup.h index 8ca0e3123..89445e554 100644 --- a/src/bin/lttng-sessiond/ht-cleanup.h +++ b/src/bin/lttng-sessiond/ht-cleanup.h @@ -19,8 +19,8 @@ #define _LTTNG_HT_CLEANUP_H #include +#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 */