X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=8f55a889ee408a98bdec10feacd4b059c6e81d0a;hp=b029d58e37f489b4d00e0371678b987298380804;hb=d74df4226a1b4461c896d51a221afe38e07809a7;hpb=5c635c724d60fe8e8bfeb00907dfa1e113cc3548 diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index b029d58e3..8f55a889e 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -658,7 +658,8 @@ int lttng_disable_consumer(struct lttng_handle *handle); * * 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