relay: use urcu_ref_get_unless_zero
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index c6dd2e8523f3466abb81d97356b1c13ce1f71273..b14b8277250f25f910588f12f50c293647e291a1 100644 (file)
@@ -37,7 +37,6 @@
 #include <sys/mman.h>
 #include <assert.h>
 #include <urcu/compiler.h>
-#include <ulimit.h>
 #include <inttypes.h>
 
 #include <common/defaults.h>
@@ -409,8 +408,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.024261 seconds and 4 git commands to generate.