LTTng-UST support: --disable-lttng-ust build option
[lttng-tools.git] / include / lttng-sessiond-comm.h
index ae978c2780e04dde206537396c87c6d1566d8b04..55647faf05b58a73d7d9eca4e86696dc43f92fe2 100644 (file)
@@ -227,9 +227,9 @@ struct lttcomm_consumer_msg {
        } u;
 };
 
-#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST
+#ifdef HAVE_LIBLTTNG_UST_CTL
 
-#include <ust/lttng-ust-abi.h>
+#include <lttng/ust-abi.h>
 
 /*
  * Data structure for the commands sent from sessiond to UST.
@@ -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);
This page took 0.024231 seconds and 5 git commands to generate.