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