Fix: lttng-ctl: public session.h control API: restore 0 success return value
[lttng-tools.git] / include / lttng / session.h
index 8ba8179136f09931ed66e21247fa3124d69e408f..395df32450889d806aa0efd805a7a2cd67f4c219 100644 (file)
@@ -130,7 +130,7 @@ extern int lttng_create_session_live(const char *name, const char *url,
  *
  * The name can't be NULL here.
  *
  *
  * The name can't be NULL here.
  *
- * Returns LTTNG_OK on success, else a negative LTTng error code.
+ * Return 0 on success else a negative LTTng error code.
  */
 extern int lttng_destroy_session(const char *name);
 
  */
 extern int lttng_destroy_session(const char *name);
 
This page took 0.022787 seconds and 4 git commands to generate.