Clean-up: sessiond: prepend `the_` to global variable names
[lttng-tools.git] / tests / unit / test_session.c
index 676ea316e95ab0784ebb8ee9d3a02fde0d1a72d2..e6d9ec8bcc57c2967936dadd7dfa2489527e034f 100644 (file)
@@ -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);
This page took 0.022795 seconds and 4 git commands to generate.