X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-ustconsumer.h;h=eacff654f65901a55408b350e75dbd383dc6e645;hp=efc4667c94d93dda57fb44d228c01b43d754fbaf;hb=74d0b6427faafd5f5d59b7e9d5f78ac52924a7a2;hpb=b5c5fc2947ec79834e054e0117414b717faeee4d diff --git a/include/lttng/lttng-ustconsumer.h b/include/lttng/lttng-ustconsumer.h index efc4667c9..eacff654f 100644 --- a/include/lttng/lttng-ustconsumer.h +++ b/include/lttng/lttng-ustconsumer.h @@ -24,7 +24,7 @@ #include #include -#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST +#ifdef HAVE_LIBLTTNG_UST_CTL /* * Mmap the ring buffer, read it and write the data to the tracefile. @@ -66,8 +66,7 @@ extern void lttng_ustconsumer_del_channel(struct lttng_consumer_channel *chan); extern int lttng_ustconsumer_allocate_stream(struct lttng_consumer_stream *stream); extern void lttng_ustconsumer_del_stream(struct lttng_consumer_stream *stream); - -#else /* CONFIG_LTTNG_TOOLS_HAVE_UST */ +#else /* HAVE_LIBLTTNG_UST_CTL */ static inline int lttng_ustconsumer_on_read_subbuffer_mmap( @@ -130,6 +129,6 @@ void lttng_ustconsumer_del_stream(struct lttng_consumer_stream *stream) { } -#endif /* CONFIG_LTTNG_TOOLS_HAVE_UST */ +#endif /* HAVE_LIBLTTNG_UST_CTL */ #endif /* _LTTNG_USTCONSUMER_H */