build: Use liblttng-sessiond-common.la instead of SESSIOND_OBJS
[lttng-tools.git] / tests / unit / test_session.c
index 676ea316e95ab0784ebb8ee9d3a02fde0d1a72d2..675f710ae3eeba6204422790a21c9c5bff9086ef 100644 (file)
 
 static struct ltt_session_list *session_list;
 
-/* For error.h */
-int lttng_opt_quiet = 1;
-int lttng_opt_verbose = 0;
-int lttng_opt_mi;
-
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
@@ -335,7 +330,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.026946 seconds and 5 git commands to generate.