Fix lttngtop live
[lttngtop.git] / src / lttng-session.h
index 1d85330a2276215ca8ccf81018ea72c2c6589698..b5e1377a00a514f37018048a0a1bc0d97634aa1c 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef LTTNG_SESSION_H
-#define LTTNG_SESSION_H
+#ifndef LTTNGTOP_SESSION_H
+#define LTTNGTOP_SESSION_H
 
 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 */
+#endif /* LTTNGTOP_SESSION_H */
This page took 0.022549 seconds and 4 git commands to generate.