X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.h;h=48b6bce3a49dcb10f2754877d7b3f8f98b67ab03;hp=525adcc6a8124c6d97fdabc4c903bbb5c8371781;hb=4a91420cefb94afc4a20042bdbe2564086dad3cb;hpb=4ec029ed8d032ac98d8dc158a751841b7c150639 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 */