X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng%2Flttng.h;h=a2dd7d73f639c8820939cff17fc8ebe5755e9ce4;hb=1c9f794140bd5bf0854e4790cc7ec4a5d3bb1134;hp=587ff0e6da3de7731568fd133e7d9e103626df92;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3;p=lttng-tools.git diff --git a/lttng/lttng.h b/lttng/lttng.h index 587ff0e6d..a2dd7d73f 100644 --- a/lttng/lttng.h +++ b/lttng/lttng.h @@ -27,7 +27,15 @@ extern int opt_trace_kernel; extern int opt_verbose; extern int opt_quiet; extern char *opt_tracing_group; -extern char *opt_session_name; +extern char *opt_session_uuid; +extern char *opt_create_session; +extern char *opt_sessiond_path; +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 #endif /* _LTTNG_H */