Move health comm to health-internal.h
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 550aa1b83f68d65f01e936d1e81fb5308b0b2b4e..e119c8bf0305f6d19084dcfe04f9f12abbe12c9e 100644 (file)
@@ -3457,8 +3457,8 @@ static void *thread_manage_health(void *data)
        int sock = -1, new_sock = -1, ret, i, pollfd, err = -1;
        uint32_t revents, nb_fd;
        struct lttng_poll_event events;
-       struct lttcomm_health_msg msg;
-       struct lttcomm_health_data reply;
+       struct health_comm_msg msg;
+       struct health_comm_reply reply;
 
        DBG("[thread] Manage health check started");
 
This page took 0.036654 seconds and 5 git commands to generate.