Major changes of command processing for sessiond
[lttng-tools.git] / ltt-sessiond / trace.h
index a7eadcbc8d3081e6bdb9ddd82a9feed84346f22e..5114272d879d3e354e081dd1c786a35b526f4454 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef _LTT_TRACE_H
 #define _LTT_TRACE_H
 
+#include "ltt-sessiond.h"
 #include "session.h"
 
 /* LTTng trace representation */
@@ -45,8 +46,8 @@ struct ltt_ust_marker {
 
 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(int sock, pid_t pid);
-int ust_start_trace(int sock, pid_t pid);
-int ust_stop_trace(int sock, pid_t pid);
+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 */
This page took 0.023249 seconds and 4 git commands to generate.