UST support: add UST control commands
[lttng-tools.git] / ltt-sessiond / ust-ctl.h
index 1b3bdcaa417c37849178c0868bbc648a60738bed..a6d4e773ee14ffb8b60e4065566bc6022df935a5 100644 (file)
@@ -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
 #ifndef _LTT_UST_CTL_H
 #define _LTT_UST_CTL_H
 
-#include "session.h"
-#include "trace.h"
+#include <config.h>
+#include <lttng/lttng.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 */
+#include "trace-ust.h"
+
+#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST
+
+
+#else
+
+
+#endif
+
+#endif /* _LTT_UST_CTL_H */
This page took 0.02333 seconds and 4 git commands to generate.