Fix: only launch a new session daemon for the "create" command
[lttng-tools.git] / src / bin / lttng / utils.h
index ea92bb9bc0cf2968ab588aba7eacfda1ebbde459..0755731936fda70e52b4e59fc8e07ca6c9391b6f 100644 (file)
 #include <lttng/lttng.h>
 
 extern char *opt_relayd_path;
+extern int opt_no_sessiond;
+extern char * opt_sessiond_path;
+extern volatile int recv_child_signal;
+extern pid_t sessiond_pid;
 
 struct cmd_struct;
 
This page took 0.023137 seconds and 4 git commands to generate.