sessiond: make disable_context static
[lttng-tools.git] / src / bin / lttng-sessiond / globals.c
index a8536afa36a90d63146ccf1c3cb3e49265815097..6646202b8c55efb351ed7eb14eba416b73dd3953 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include "lttng-sessiond.h"
-#include <common/compat/uuid.h>
+#include <common/uuid.h>
 
 lttng_uuid sessiond_uuid;
 
@@ -33,7 +33,6 @@ struct notification_thread_handle *notification_thread_handle;
 
 struct lttng_ht *agent_apps_ht_by_sock = NULL;
 
-int kernel_tracer_fd = -1;
 struct lttng_kernel_tracer_version kernel_tracer_version;
 struct lttng_kernel_tracer_abi_version kernel_tracer_abi_version;
 
This page took 0.023576 seconds and 4 git commands to generate.