X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.h;h=bbaff6cbf4dbcd3c667477b363f1feb1bcd2914b;hp=2c3c0e8703427fba29c37695d7e7d6b02c6b493f;hb=d8ef542d25837bdfb960e5df2a91c5d18f5ef401;hpb=749d339a40b5cbc547e94feb798382eea797bae2 diff --git a/src/common/ust-consumer/ust-consumer.h b/src/common/ust-consumer/ust-consumer.h index 2c3c0e870..bbaff6cbf 100644 --- a/src/common/ust-consumer/ust-consumer.h +++ b/src/common/ust-consumer/ust-consumer.h @@ -50,6 +50,7 @@ int lttng_ustctl_get_mmap_read_offset(struct lttng_consumer_stream *stream, void *lttng_ustctl_get_mmap_base(struct lttng_consumer_stream *stream); int lttng_ustconsumer_data_pending(struct lttng_consumer_stream *stream); void lttng_ustconsumer_close_metadata(struct lttng_ht *ht); +void lttng_ustconsumer_close_stream_wakeup(struct lttng_consumer_stream *stream); #else /* HAVE_LIBLTTNG_UST_CTL */ @@ -151,6 +152,10 @@ static inline void lttng_ustconsumer_close_metadata(struct lttng_ht *ht) { } +static inline +void lttng_ustconsumer_close_stream_wakeup(struct lttng_consumer_stream *stream) +{ +} #endif /* HAVE_LIBLTTNG_UST_CTL */ #endif /* _LTTNG_USTCONSUMER_H */