X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_session.c;h=e6d9ec8bcc57c2967936dadd7dfa2489527e034f;hb=24de704ea32ddb8841624555457b9c46816090b0;hp=676ea316e95ab0784ebb8ee9d3a02fde0d1a72d2;hpb=edf4b93e2f5c849cbec49e987990b3705ea49f6a;p=lttng-tools.git diff --git a/tests/unit/test_session.c b/tests/unit/test_session.c index 676ea316e..e6d9ec8bc 100644 --- a/tests/unit/test_session.c +++ b/tests/unit/test_session.c @@ -335,7 +335,7 @@ int main(int argc, char **argv) plan_tests(NUM_TESTS); - health_sessiond = health_app_create(NR_HEALTH_SESSIOND_TYPES); + the_health_sessiond = health_app_create(NR_HEALTH_SESSIOND_TYPES); ht_cleanup_thread = launch_ht_cleanup_thread(); assert(ht_cleanup_thread); lttng_thread_put(ht_cleanup_thread);