Fix inline function bad definition
authorDavid Goulet <david.goulet@polymtl.ca>
Tue, 25 Oct 2011 19:25:11 +0000 (15:25 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Tue, 25 Oct 2011 19:25:11 +0000 (15:25 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
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.026826 seconds and 5 git commands to generate.