X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fht-cleanup.h;h=89445e554cf094fce328e57ba0f32428ac149655;hp=8ca0e312398cbbc9cd51f473a374e2d8e6da43c5;hb=a3707772aa2b063a321dd6d7dfb2ea369bc02c43;hpb=b878f05a6e62779ddf2364d5bb51821cb6d6d572 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 */