Fix: missing static inline breaks --without-lttng-ust build
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Mar 2016 04:42:30 +0000 (23:42 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Mar 2016 04:42:30 +0000 (23:42 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/ust-consumer/ust-consumer.h

index b19fe16a5349408a115b1ea65d28ba12b2d40228..f933e90dc9ce689b8ba0560cac8b2fd0b7ccfab7 100644 (file)
@@ -213,6 +213,7 @@ int lttng_ustconsumer_get_current_timestamp(
 {
        return -ENOSYS;
 }
+static inline
 int lttng_ustconsumer_get_sequence_number(
                struct lttng_consumer_stream *stream, uint64_t *seq)
 {
This page took 0.025028 seconds and 4 git commands to generate.