X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=a96c11f1da4cabcecb35198212ab102262130eb4;hb=2bdd86d4c47902237c691d3c5409f32f205df81e;hp=62b3ca7c8608d09e9a46745e3bec981edf594696;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 62b3ca7c8..a96c11f1d 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -208,7 +208,7 @@ struct lttng_handle { * array. * * On error, a negative value is returned being a specific lttng-tools error - * code which can be humanly interpreted with lttng_get_readable_code(err). + * code which can be humanly interpreted with lttng_strerror(err). */ /* @@ -293,7 +293,7 @@ extern int lttng_set_tracing_group(const char *name); * * Parameter MUST be a negative value or else you'll get a generic message. */ -extern const char *lttng_get_readable_code(int code); +extern const char *lttng_strerror(int code); /* * This call permits to register an "outside consumer" to a session and a lttng