X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.c;fp=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.c;h=0b39a5a3e61cb489c8340ef51a12926a3a76959a;hp=d2f5a944129d21e49c9b4a9b2b9ce1ec85952d56;hb=34bf4f69e49d8a69331a6aa6826ef1f155e20ede;hpb=2c8657f67ef532282ebccba79f9efa7a47ed538f diff --git a/src/bin/lttng-sessiond/notification-thread.c b/src/bin/lttng-sessiond/notification-thread.c index d2f5a9441..0b39a5a3e 100644 --- a/src/bin/lttng-sessiond/notification-thread.c +++ b/src/bin/lttng-sessiond/notification-thread.c @@ -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",