Initial work for kernel tracing support
[lttng-tools.git] / ltt-sessiond / session.h
index 7567d986767b185e2be046c44eb3675c949570f3..16e6946a754dbd5bd80e98f28f601fa956b55413 100644 (file)
@@ -50,5 +50,6 @@ void get_lttng_session(struct lttng_session *sessions);
 struct ltt_session *find_session_by_uuid(uuid_t session_id);
 struct ltt_session *find_session_by_name(char *name);
 unsigned int get_session_count(void);
+struct ltt_session_list *get_session_list(void);
 
 #endif /* _LTT_SESSION_H */
This page took 0.025629 seconds and 5 git commands to generate.