Move metadata creation into lttng-sessiond and lttng-consumed
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.h
index 009fa5e5901bcfaa6cd3d3b3d59ba354cb05f06a..2c3c0e8703427fba29c37695d7e7d6b02c6b493f 100644 (file)
@@ -49,6 +49,7 @@ int lttng_ustctl_get_mmap_read_offset(struct lttng_consumer_stream *stream,
                unsigned long *off);
 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);
 
 #else /* HAVE_LIBLTTNG_UST_CTL */
 
@@ -146,6 +147,10 @@ void *lttng_ustctl_get_mmap_base(struct lttng_consumer_stream *stream)
 {
        return NULL;
 }
+static inline
+void lttng_ustconsumer_close_metadata(struct lttng_ht *ht)
+{
+}
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
 #endif /* _LTTNG_USTCONSUMER_H */
This page took 0.024573 seconds and 4 git commands to generate.