X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-sessiond-comm.h;fp=include%2Flttng-sessiond-comm.h;h=55647faf05b58a73d7d9eca4e86696dc43f92fe2;hp=8843a11331b3629f87ac19bb36ba9be79ae5f930;hb=74d0b6427faafd5f5d59b7e9d5f78ac52924a7a2;hpb=b5c5fc2947ec79834e054e0117414b717faeee4d diff --git a/include/lttng-sessiond-comm.h b/include/lttng-sessiond-comm.h index 8843a1133..55647faf0 100644 --- a/include/lttng-sessiond-comm.h +++ b/include/lttng-sessiond-comm.h @@ -227,7 +227,7 @@ struct lttcomm_consumer_msg { } u; }; -#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST +#ifdef HAVE_LIBLTTNG_UST_CTL #include @@ -266,7 +266,7 @@ struct lttcomm_ust_reply { } u; }; -#endif /* CONFIG_LTTNG_TOOLS_HAVE_UST */ +#endif /* HAVE_LIBLTTNG_UST_CTL */ extern int lttcomm_create_unix_sock(const char *pathname); extern int lttcomm_connect_unix_sock(const char *pathname);