X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng-ustconsumer.h;h=efc4667c94d93dda57fb44d228c01b43d754fbaf;hb=9fdd2eace941a4d9ec1768f18052639032921545;hp=0d77a893954a4aa2c3ee01d8291a86dec6a96991;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;p=lttng-tools.git diff --git a/include/lttng/lttng-ustconsumer.h b/include/lttng/lttng-ustconsumer.h index 0d77a8939..efc4667c9 100644 --- a/include/lttng/lttng-ustconsumer.h +++ b/include/lttng/lttng-ustconsumer.h @@ -103,7 +103,10 @@ int lttng_ustconsumer_get_produced_snapshot( static inline int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx, - int sock, struct pollfd *consumer_sockpoll); + int sock, struct pollfd *consumer_sockpoll) +{ + return -ENOSYS; +} static inline int lttng_ustconsumer_allocate_channel(struct lttng_consumer_channel *chan)