X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fht-cleanup.c;h=c5f64dae543eac94f90af66ff6d451c083d3551e;hb=88f06f1562c6ecd3a5666baa93a57273fbe10437;hp=e5a291609b2c21963d172d3615a36889f8d4c891;hpb=7fa2082ed250230b7823e01b144aa6b580d4b2f5;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ht-cleanup.c b/src/bin/lttng-sessiond/ht-cleanup.c index e5a291609..c5f64dae5 100644 --- a/src/bin/lttng-sessiond/ht-cleanup.c +++ b/src/bin/lttng-sessiond/ht-cleanup.c @@ -64,13 +64,10 @@ void *thread_ht_cleanup(void *data) health_code_update(); while (1) { - int handled_event; - DBG3("[ht-thread] Polling."); /* Inifinite blocking call, waiting for transmission */ restart: - handled_event = 0; health_poll_entry(); ret = lttng_poll_wait(&events, -1); DBG3("[ht-thread] Returning from poll on %d fds.", @@ -134,11 +131,6 @@ restart: health_code_update(); } - /* Only check cleanup quit when no more work to do. */ - if (handled_event) { - continue; - } - for (i = 0; i < nb_fd; i++) { health_code_update();