Cleanup: consumerd: update stale comment
[lttng-tools.git] / src / bin / lttng-consumerd / health-consumerd.cpp
index 90b4b1e12439eb9dcc34a265c20c37a3608668ce..ec30af5ddc1f1fd5517365bd94622da89278c17c 100644 (file)
@@ -210,7 +210,7 @@ void *thread_manage_health(void *data)
                goto error;
        }
 
-       /* Size is set to 1 for the consumer_channel pipe */
+       /* Size is set to 2 for the quit pipe and registration socket. */
        ret = lttng_poll_create(&events, 2, LTTNG_CLOEXEC);
        if (ret < 0) {
                ERR("Poll set creation failed");
This page took 0.02368 seconds and 4 git commands to generate.