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=81ffed9c49284d91e2fa05a88050e187d5b325ae;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76 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.