Clean-up: Move agent_apps_ht_by_sock definition to main.c
[lttng-tools.git] / tests / unit / test_ust_data.c
index 6df66acbe6ee9e6d6f1ffe5fc083885e673893f9..d7d2e35398ecf8b73a1de05bb3bb4c49a80f1df4 100644 (file)
@@ -49,6 +49,9 @@ int lttng_opt_mi;
 int ust_consumerd32_fd;
 int ust_consumerd64_fd;
 
+/* Global variable required by sessiond objects being linked-in */
+struct lttng_ht *agent_apps_ht_by_sock;
+
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
This page took 0.023259 seconds and 4 git commands to generate.