X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.h;h=48b6bce3a49dcb10f2754877d7b3f8f98b67ab03;hb=e5148e25a481691b3278cd85a6ff25c1e25e4d2e;hp=525adcc6a8124c6d97fdabc4c903bbb5c8371781;hpb=8898b0da5977284d7919d9221d9538d3ad77fd6f;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notification-thread.h b/src/bin/lttng-sessiond/notification-thread.h index 525adcc6a..48b6bce3a 100644 --- a/src/bin/lttng-sessiond/notification-thread.h +++ b/src/bin/lttng-sessiond/notification-thread.h @@ -27,6 +27,7 @@ #include #include #include +#include "thread.h" struct notification_thread_handle { /* @@ -216,6 +217,7 @@ struct notification_thread_handle *notification_thread_handle_create( struct lttng_pipe *kernel_channel_monitor_pipe); void notification_thread_handle_destroy( struct notification_thread_handle *handle); -bool launch_notification_thread(struct notification_thread_handle *handle); +struct lttng_thread *launch_notification_thread( + struct notification_thread_handle *handle); #endif /* NOTIFICATION_THREAD_H */