X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fmain.c;h=e119c8bf0305f6d19084dcfe04f9f12abbe12c9e;hp=550aa1b83f68d65f01e936d1e81fb5308b0b2b4e;hb=0c89d7959f4af7a2b39e925b2e8dc3a8954ccfa5;hpb=9ce5646a7ef9b8d7936c46649a21ee546fadd538 diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index 550aa1b83..e119c8bf0 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -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");