Fix inline function bad definition
[lttng-tools.git] / include / lttng / lttng-ustconsumer.h
index 0d77a893954a4aa2c3ee01d8291a86dec6a96991..efc4667c94d93dda57fb44d228c01b43d754fbaf 100644 (file)
@@ -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)
This page took 0.022854 seconds and 4 git commands to generate.