Move ust trace actions to trace.c
[lttng-tools.git] / ltt-sessiond / session.h
index 4f58e9d9f77210b83c5622f72073673d10aa0454..96ecc217ee2daabd1acfcf21915afd0d868af9d2 100644 (file)
@@ -22,6 +22,8 @@
 #include <lttng/lttng.h>
 #include <uuid/uuid.h>
 
+extern struct ltt_session *current_session;
+
 /* Global session list */
 struct ltt_session_list {
        struct cds_list_head head;
This page took 0.022251 seconds and 4 git commands to generate.