lttngtop without arguments starts a local live trace
[lttngtop.git] / src / lttng-session.h
index 1d85330a2276215ca8ccf81018ea72c2c6589698..e61f8a4dfd0ed42d247137676b19f66e00ecd266 100644 (file)
@@ -20,7 +20,7 @@
 
 int create_local_session();
 int destroy_local_session();
-int create_live_local_session();
-int destroy_live_local_session();
+int create_live_local_session(char **session_path, char **session_name, int print);
+int destroy_live_local_session(char *name);
 
 #endif /* LTTNG_SESSION_H */
This page took 0.022116 seconds and 4 git commands to generate.