notification-thread: remove fd from pollset on LPOLLHUP and friends
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.c
index d2f5a944129d21e49c9b4a9b2b9ce1ec85952d56..0b39a5a3e61cb489c8340ef51a12926a3a76959a 100644 (file)
@@ -568,7 +568,7 @@ static int handle_event_notification_pipe(int event_source_fd,
        int ret = 0;
 
        if (revents & (LPOLLERR | LPOLLHUP | LPOLLRDHUP)) {
-               ret = handle_notification_thread_remove_tracer_event_source_no_result(
+               ret = handle_notification_thread_tracer_event_source_died(
                                state, event_source_fd);
                if (ret) {
                        ERR("Failed to remove event notification pipe from poll set: fd = %d",
This page took 0.023141 seconds and 4 git commands to generate.