X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.h;h=63e9be9989e0e978b04a5c37c0c1a027a41fcc87;hp=32963044f1e88fcde508654ad542e14e5bb17728;hb=2f77fc4b3720dc8f75847130498c2d4aad7c03ec;hpb=68264071f9d1b789de1350cbec479b52a9b54acf diff --git a/src/bin/lttng-sessiond/lttng-sessiond.h b/src/bin/lttng-sessiond/lttng-sessiond.h index 32963044f..63e9be998 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.h +++ b/src/bin/lttng-sessiond/lttng-sessiond.h @@ -28,13 +28,14 @@ #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.