Add -p, --pid option to lttng command line
[lttng-tools.git] / lttng / lttng.h
index dd9462ce94fcabaaa542933770867aae2c4369aa..1cc7981f5ea670ca660fbfd3efc5f8c42a970148 100644 (file)
@@ -35,8 +35,9 @@ extern int opt_list_apps;
 extern int opt_no_sessiond;
 extern int opt_list_session;
 extern int opt_list_traces;
 extern int opt_no_sessiond;
 extern int opt_list_session;
 extern int opt_list_traces;
-extern pid_t opt_create_trace;
-extern pid_t opt_start_trace;
-extern pid_t opt_stop_trace;
+extern int opt_create_trace;
+extern int opt_start_trace;
+extern int opt_stop_trace;
+extern pid_t opt_trace_pid;
 
 #endif /* _LTTNG_H */
 
 #endif /* _LTTNG_H */
This page took 0.022409 seconds and 4 git commands to generate.