Fix: stop lttng-relayd threads on health thread error
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index 8452c1a6c3886f4aaa11b9e71faa7a358d48d254..cff6c6e72889a27e49820c29e9893e04dadbfe3b 100644 (file)
@@ -42,8 +42,8 @@
 
 #include <common/defaults.h>
 #include <common/common.h>
-#include <common/consumer.h>
-#include <common/consumer-timer.h>
+#include <common/consumer/consumer.h>
+#include <common/consumer/consumer-timer.h>
 #include <common/compat/poll.h>
 #include <common/sessiond-comm/sessiond-comm.h>
 #include <common/utils.h>
@@ -409,8 +409,9 @@ restart:
                new_sock = -1;
        }
 
-exit:
 error:
+       lttng_relay_stop_threads();
+exit:
        if (err) {
                ERR("Health error occurred in %s", __func__);
        }
This page took 0.023309 seconds and 4 git commands to generate.