X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-ustconsumer.h;h=efc4667c94d93dda57fb44d228c01b43d754fbaf;hp=0d77a893954a4aa2c3ee01d8291a86dec6a96991;hb=fbc725229d514219841cc7d86e7bd1ff638f5753;hpb=f158a754906b7c657d64db23c506c6648773bc92 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)