Add -p, --pid option to lttng command line
[lttng-tools.git] / lttng / lttng.h
index a2dd7d73f639c8820939cff17fc8ebe5755e9ce4..1cc7981f5ea670ca660fbfd3efc5f8c42a970148 100644 (file)
@@ -34,8 +34,10 @@ extern char *opt_destroy_session;
 extern int opt_list_apps;
 extern int opt_no_sessiond;
 extern int opt_list_session;
-extern pid_t opt_create_trace;
-
-#define SESSIOND_PATH_NUM 6
+extern int opt_list_traces;
+extern int opt_create_trace;
+extern int opt_start_trace;
+extern int opt_stop_trace;
+extern pid_t opt_trace_pid;
 
 #endif /* _LTTNG_H */
This page took 0.022666 seconds and 4 git commands to generate.