Cleanup: remove ignored flags from poll events bitmasks
[lttng-tools.git] / src / bin / lttng-sessiond / health.cpp
index 1ba991447bd5223e17b61cdfe3767692ef9810d5..6457cb31b12d8e4d6bb525863c01b83757703c2a 100644 (file)
@@ -122,7 +122,7 @@ static void *thread_manage_health(void *data)
                goto error;
        }
 
-       ret = lttng_poll_add(&events, thread_quit_pipe_fd, LPOLLIN | LPOLLERR);
+       ret = lttng_poll_add(&events, thread_quit_pipe_fd, LPOLLIN);
        if (ret < 0) {
                goto error;
        }
This page took 0.022978 seconds and 4 git commands to generate.