X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fhealth-relayd.c;fp=src%2Fbin%2Flttng-relayd%2Fhealth-relayd.c;h=57fa70f225c8b23a08ff27967b8656063d7b0359;hp=3ffb9b75968c7586b28666409579a58774f36488;hb=a0377dfefe40662ba7d68617bce6ff467114136c;hpb=cc3b9644f017a91d347d7a414387292e3175635e diff --git a/src/bin/lttng-relayd/health-relayd.c b/src/bin/lttng-relayd/health-relayd.c index 3ffb9b759..57fa70f22 100644 --- a/src/bin/lttng-relayd/health-relayd.c +++ b/src/bin/lttng-relayd/health-relayd.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include @@ -441,7 +440,7 @@ restart: rcu_thread_online(); - assert(msg.cmd == HEALTH_CMD_CHECK); + LTTNG_ASSERT(msg.cmd == HEALTH_CMD_CHECK); memset(&reply, 0, sizeof(reply)); for (i = 0; i < NR_HEALTH_RELAYD_TYPES; i++) {