Add -p, --pid option to lttng command line
[lttng-tools.git] / lttng / lttng.h
index 804ccf69454894b945eedd8478d380540a6a4dc1..1cc7981f5ea670ca660fbfd3efc5f8c42a970148 100644 (file)
@@ -34,7 +34,10 @@ extern char *opt_destroy_session;
 extern int opt_list_apps;
 extern int opt_no_sessiond;
 extern int opt_list_session;
-
-#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.025528 seconds and 4 git commands to generate.