API change for lttng_destroy_session prototype
[lttng-tools.git] / include / lttng / lttng.h
index a137a4385218c91f176c14f1dc83e06b66390119..5654eb79ffc69c9d144cd1cee1fb666d18041e9d 100644 (file)
@@ -242,7 +242,7 @@ extern int lttng_create_session(const char *name, const char *path);
  * The session will not be useable anymore, tracing will stopped for all
  * registered trace and tracing buffers will be flushed.
  */
  * The session will not be useable anymore, tracing will stopped for all
  * registered trace and tracing buffers will be flushed.
  */
-extern int lttng_destroy_session(struct lttng_handle *handle);
+extern int lttng_destroy_session(const char *name);
 
 /*
  * List all tracing sessions.
 
 /*
  * List all tracing sessions.
This page took 0.024227 seconds and 4 git commands to generate.