Add trace C file called trace.c
[lttng-tools.git] / ltt-sessiond / trace.h
index 9cbdaffd1dbb1da13f02d3ff80e6444b6b98df95..36b2f2270eef69bedd70aa570027da7f61660f22 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef _LTT_TRACE_H
 #define _LTT_TRACE_H
 
+#include "session.h"
+
 /* LTTng trace representation */
 struct ltt_lttng_trace {
        struct cds_list_head list;
@@ -40,4 +42,6 @@ struct ltt_ust_marker {
        char *channel;
 };
 
+struct ltt_ust_trace *find_session_ust_trace_by_pid(struct ltt_session *session, pid_t pid);
+
 #endif /* _LTT_TRACE_H */
This page took 0.022721 seconds and 4 git commands to generate.