Fix: missing static inline breaks --without-lttng-ust build
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.h
index b19fe16a5349408a115b1ea65d28ba12b2d40228..f933e90dc9ce689b8ba0560cac8b2fd0b7ccfab7 100644 (file)
@@ -213,6 +213,7 @@ int lttng_ustconsumer_get_current_timestamp(
 {
        return -ENOSYS;
 }
 {
        return -ENOSYS;
 }
+static inline
 int lttng_ustconsumer_get_sequence_number(
                struct lttng_consumer_stream *stream, uint64_t *seq)
 {
 int lttng_ustconsumer_get_sequence_number(
                struct lttng_consumer_stream *stream, uint64_t *seq)
 {
This page took 0.022802 seconds and 4 git commands to generate.