X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.hpp;h=c995fc951d8e515c30c1c237b6be25b894bf20eb;hp=0c0740926ead3657ec01524e9834967cda7f957b;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/src/bin/lttng-sessiond/notification-thread.hpp b/src/bin/lttng-sessiond/notification-thread.hpp index 0c0740926..c995fc951 100644 --- a/src/bin/lttng-sessiond/notification-thread.hpp +++ b/src/bin/lttng-sessiond/notification-thread.hpp @@ -10,11 +10,14 @@ #include "action-executor.hpp" #include "thread.hpp" + #include #include #include -#include + #include +#include + #include #include #include @@ -151,8 +154,8 @@ struct notification_thread_handle { * for lookup on registration. * - tracer_event_sources_list: * A list of tracer event source (read side fd) of type -* struct notification_event_tracer_event_source_element. -* + * struct notification_event_tracer_event_source_element. + * * * The thread reacts to the following internal events: * 1) creation of a tracing channel, @@ -315,13 +318,11 @@ struct notification_thread_state { }; /* notification_thread_data takes ownership of the channel monitor pipes. */ -struct notification_thread_handle *notification_thread_handle_create( - struct lttng_pipe *ust32_channel_monitor_pipe, - struct lttng_pipe *ust64_channel_monitor_pipe, - struct lttng_pipe *kernel_channel_monitor_pipe); -void notification_thread_handle_destroy( - struct notification_thread_handle *handle); -struct lttng_thread *launch_notification_thread( - struct notification_thread_handle *handle); +struct notification_thread_handle * +notification_thread_handle_create(struct lttng_pipe *ust32_channel_monitor_pipe, + struct lttng_pipe *ust64_channel_monitor_pipe, + struct lttng_pipe *kernel_channel_monitor_pipe); +void notification_thread_handle_destroy(struct notification_thread_handle *handle); +struct lttng_thread *launch_notification_thread(struct notification_thread_handle *handle); #endif /* NOTIFICATION_THREAD_H */