X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fliblttngctl.h;h=df97313429143d2eb6902f2cd1a80747babe61d7;hp=b729f2b5b0c29f520fb5f4f7e3aa6ba047f45d1f;hb=e8be5f4f7541ab84521ab4e1722708d2234218c6;hpb=8028d92056a3f0f8999cb895d0fd21eeca0ce849 diff --git a/include/lttng/liblttngctl.h b/include/lttng/liblttngctl.h index b729f2b5b..df9731342 100644 --- a/include/lttng/liblttngctl.h +++ b/include/lttng/liblttngctl.h @@ -50,5 +50,6 @@ extern int lttng_check_session_daemon(void); extern const char *lttng_get_readable_code(int code); extern int lttng_ust_list_apps(pid_t **pids); extern int lttng_list_sessions(struct lttng_session **sessions); +extern void lttng_set_current_session_uuid(char *uuid); #endif /* _LIBLTTNGCTL_H */