X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fliblttngctl.h;h=3025571e1705ced922c621b7c115977f320b5e18;hp=a3bdff80708284fbf2ba2c68a5ee44860ed4c095;hb=df0da1392bb6c77fff7fc65be518dce7de457ed7;hpb=87378cf56f08f23cd6715a923ba10d98343902d7 diff --git a/include/lttng/liblttngctl.h b/include/lttng/liblttngctl.h index a3bdff807..3025571e1 100644 --- a/include/lttng/liblttngctl.h +++ b/include/lttng/liblttngctl.h @@ -52,5 +52,6 @@ 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); +extern int lttng_ust_create_trace(pid_t pid); #endif /* _LIBLTTNGCTL_H */