X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-metadata-cache.h;h=aaf9f24d2a5a978b4c0024d290be86910a1ae0df;hp=8f485d6390feda1e399de76348aa15fdf371ef5d;hb=24bc0841bdd3fb38b76a9244d21f28000d653fcf;hpb=04ef1097c8f54a151c899c1773ac56907c97694d diff --git a/src/common/consumer-metadata-cache.h b/src/common/consumer-metadata-cache.h index 8f485d639..aaf9f24d2 100644 --- a/src/common/consumer-metadata-cache.h +++ b/src/common/consumer-metadata-cache.h @@ -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 */