Fix deadlock: don't take channel lock in timer
[lttng-tools.git] / src / common / consumer-metadata-cache.h
index 8f485d6390feda1e399de76348aa15fdf371ef5d..aaf9f24d2a5a978b4c0024d290be86910a1ae0df 100644 (file)
@@ -54,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.023545 seconds and 4 git commands to generate.