Move code out of main.c and fix some issues
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index 32963044f1e88fcde508654ad542e14e5bb17728..63e9be9989e0e978b04a5c37c0c1a027a41fcc87 100644 (file)
 #include "session.h"
 #include "ust-app.h"
 
-const char *module_proc_lttng = "/proc/lttng";
-
 extern const char default_home_dir[],
        default_tracing_group[],
        default_ust_sock_dir[],
        default_global_apps_pipe[];
 
+/* Set in main.c at boot time of the daemon */
+extern int kernel_tracer_fd;
+
 /*
  * This contains extra data needed for processing a command received by the
  * session daemon from the lttng client.
This page took 0.022996 seconds and 4 git commands to generate.