Major changes on the lttng command line tool
[lttng-tools.git] / include / lttng / lttng.h
index 39a6cbdad383241ad0adf93744d1833bbc8a7b5f..6f4ce130f684341e2799b84ce606c3bb7f127e24 100644 (file)
@@ -58,7 +58,7 @@ struct lttng_trace {
        enum lttng_trace_type type;
 };
 
-extern int lttng_create_session(char *name, uuid_t *session_id);
+extern int lttng_create_session(char *name);
 extern int lttng_destroy_session(uuid_t *uuid);
 extern int lttng_connect_sessiond(void);
 extern int lttng_disconnect_sessiond(void);
This page took 0.022713 seconds and 4 git commands to generate.