notification: mark tracer source element as out of poll set
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 81fba4e6912253c7daf8b825594bf3106cc93361..049a6d3fcc150d8c5afe9239860244c87997adb3 100644 (file)
@@ -1994,6 +1994,8 @@ int handle_notification_thread_command_remove_tracer_event_source(
                goto end;
        }
 
+       source_element->is_fd_in_poll_set = false;
+
 end:
        free(source_element);
        *_cmd_result = cmd_result;
This page took 0.023415 seconds and 4 git commands to generate.