X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fust-ctl.h;h=6ec5fbdc4080f0708c2e66862b293cb895925be1;hp=72e5fb7b2d6f85f2d6e7df6269df50d1d885cea7;hb=62499ad6813a67ea23ef39bcfbbf21c40136442a;hpb=9e78d6ae219789dee9c96f35f190d6166ef389c3 diff --git a/ltt-sessiond/ust-ctl.h b/ltt-sessiond/ust-ctl.h index 72e5fb7b2..6ec5fbdc4 100644 --- a/ltt-sessiond/ust-ctl.h +++ b/ltt-sessiond/ust-ctl.h @@ -3,8 +3,8 @@ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * as published by the Free Software Foundation; only version 2 + * of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,14 +19,4 @@ #ifndef _LTT_UST_CTL_H #define _LTT_UST_CTL_H -#include "ltt-sessiond.h" -#include "session.h" -#include "trace.h" - -int get_trace_count_per_session(struct ltt_session *session); -void get_traces_per_session(struct ltt_session *session, struct lttng_trace *traces); -int ust_create_trace(struct command_ctx *cmd_ctx); -int ust_start_trace(struct command_ctx *cmd_ctx); -int ust_stop_trace(struct command_ctx *cmd_ctx); - -#endif /* _LTT_TRACE_H */ +#endif /* _LTT_UST_CTL_H */