X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.c;fp=src%2Fbin%2Flttng-sessiond%2Fcmd.c;h=138a8b87b9f8e086ab3faff27c3892cce8fd7391;hb=4db7b5a53cf49b925f14912714a9a84b4986b18c;hp=0f94a5f36b695b0bebc2e4b58cbf89a060a2f322;hpb=fd5a50b08e891ff4bbcf7f2cd0fbd1d289e19101;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.c b/src/bin/lttng-sessiond/cmd.c index 0f94a5f36..138a8b87b 100644 --- a/src/bin/lttng-sessiond/cmd.c +++ b/src/bin/lttng-sessiond/cmd.c @@ -485,7 +485,9 @@ static int create_connect_relayd(struct consumer_output *output, } /* Connect to relayd so we can proceed with a session creation. */ + health_poll_entry(); ret = relayd_connect(sock); + health_poll_exit(); if (ret < 0) { ERR("Unable to reach lttng-relayd"); ret = LTTNG_ERR_RELAYD_CONNECT_FAIL;