notification-thread: remove fd from pollset on LPOLLHUP and friends
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.h
index dffd26773ad328dfea75b7a63f04ca5581259217..265719181638a64cfe6f4d8727adea65486c3d10 100644 (file)
@@ -32,9 +32,9 @@ 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_tracer_event_source_died(
+               struct notification_thread_state *state,
+               int tracer_event_source_fd);
 
 int handle_notification_thread_client_in(
                struct notification_thread_state *state,
This page took 0.024544 seconds and 5 git commands to generate.