API change for lttng_start/stop_tracing prototype
[lttng-tools.git] / include / lttng / lttng.h
index 5654eb79ffc69c9d144cd1cee1fb666d18041e9d..bfe2cc5c3324ddf40e7a86c9266e8b1f72fd3f4c 100644 (file)
@@ -314,12 +314,12 @@ extern int lttng_register_consumer(struct lttng_handle *handle,
 /*
  * Start tracing for *all* registered trace (kernel and user-space).
  */
-extern int lttng_start_tracing(struct lttng_handle *handle);
+extern int lttng_start_tracing(const char *session_name);
 
 /*
  * Stop tracing for *all* registered trace (kernel and user-space).
  */
-extern int lttng_stop_tracing(struct lttng_handle *handle);
+extern int lttng_stop_tracing(const char *session_name);
 
 /*
  * Add context to event for a specific channel.
This page took 0.022999 seconds and 4 git commands to generate.