Fix: run_as gid/uid test should return result to parent
[lttng-tools.git] / src / common / consumer-metadata-cache.h
index 164f9eaae0689d68262e007278bbfc82a3a7d6ac..4a671b23856874f49f12b65aa97198d0615ee8f8 100644 (file)
@@ -43,6 +43,8 @@ struct consumer_metadata_cache {
        /*
         * Lock to update the metadata cache and push into the ring_buffer
         * (ustctl_write_metadata_to_channel).
+        *
+        * This is nested INSIDE the consumer_data lock.
         */
        pthread_mutex_t lock;
 };
@@ -52,6 +54,6 @@ int consumer_metadata_cache_write(struct lttng_consumer_channel *channel,
 int consumer_metadata_cache_allocate(struct lttng_consumer_channel *channel);
 void consumer_metadata_cache_destroy(struct lttng_consumer_channel *channel);
 int consumer_metadata_cache_flushed(struct lttng_consumer_channel *channel,
-               uint64_t offset);
+               uint64_t offset, int timer);
 
 #endif /* CONSUMER_METADATA_CACHE_H */
This page took 0.023487 seconds and 4 git commands to generate.