X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.h;h=1cc7981f5ea670ca660fbfd3efc5f8c42a970148;hp=804ccf69454894b945eedd8478d380540a6a4dc1;hb=ad874cce2adeaadea08fcc76300ff43e091febca;hpb=e8be5f4f7541ab84521ab4e1722708d2234218c6 diff --git a/lttng/lttng.h b/lttng/lttng.h index 804ccf694..1cc7981f5 100644 --- a/lttng/lttng.h +++ b/lttng/lttng.h @@ -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 */