X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=f1c913b66b639f5244bb0282e1b734282df85656;hb=e4421fecbda445e77b4604d2332014960bfbf695;hp=bfe2cc5c3324ddf40e7a86c9266e8b1f72fd3f4c;hpb=6a4f824d3317497f00cd7065ab9905fbb86ea58f;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index bfe2cc5c3..f1c913b66 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -172,7 +172,7 @@ struct lttng_channel_attr { * Channel information structure. For both kernel and user-space. */ struct lttng_channel { - char name[NAME_MAX]; + char name[LTTNG_SYMBOL_NAME_LEN]; uint32_t enabled; struct lttng_channel_attr attr; }; @@ -256,7 +256,7 @@ extern int lttng_list_sessions(struct lttng_session **sessions); * * Return the size of the "lttng_domain" array. Caller must free(3). */ -extern int lttng_list_domains(struct lttng_handle *handle, +extern int lttng_list_domains(const char *session_name, struct lttng_domain **domains); /*