Fix: sessiond: fix memory leak in receive_lttng_trigger
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.h
index 2f699bf457cef13feb26d272787aa83550eac3ba..dffd26773ad328dfea75b7a63f04ca5581259217 100644 (file)
@@ -32,6 +32,10 @@ int handle_notification_thread_client_disconnect_all(
 int handle_notification_thread_trigger_unregister_all(
                struct notification_thread_state *state);
 
+int handle_notification_thread_remove_tracer_event_source_no_result(
+               struct notification_thread_state *state,
+               int tracer_event_source_fd);
+
 int handle_notification_thread_client_in(
                struct notification_thread_state *state,
                int socket);
@@ -44,4 +48,8 @@ int handle_notification_thread_channel_sample(
                struct notification_thread_state *state, int pipe,
                enum lttng_domain_type domain);
 
+int handle_notification_thread_event_notification(
+               struct notification_thread_state *state, int pipe,
+               enum lttng_domain_type domain);
+
 #endif /* NOTIFICATION_THREAD_EVENTS_H */
This page took 0.023658 seconds and 4 git commands to generate.