health check API
[lttng-tools.git] / include / lttng / lttng.h
index b029d58e37f489b4d00e0371678b987298380804..8f55a889ee408a98bdec10feacd4b059c6e81d0a 100644 (file)
@@ -658,7 +658,8 @@ int lttng_disable_consumer(struct lttng_handle *handle);
  *
  * Please see lttng-health-check(3) man page for more information.
  */
  *
  * Please see lttng-health-check(3) man page for more information.
  */
-extern int lttng_health_check(enum lttng_health_component c);
+extern LTTNG_DEPRECATED("This call is now obsolete.")
+int lttng_health_check(enum lttng_health_component c);
 
 /*
  * For a given session name, this call checks if the data is ready to be read
 
 /*
  * For a given session name, this call checks if the data is ready to be read
This page took 0.022842 seconds and 4 git commands to generate.