X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-metadata-cache.h;h=8f485d6390feda1e399de76348aa15fdf371ef5d;hp=b1a4dc2b777fad31b91a8ecf040b439f180776c3;hb=04ef1097c8f54a151c899c1773ac56907c97694d;hpb=feb78e88e113ec8c6918253e93136b5f6235ad31 diff --git a/src/common/consumer-metadata-cache.h b/src/common/consumer-metadata-cache.h index b1a4dc2b7..8f485d639 100644 --- a/src/common/consumer-metadata-cache.h +++ b/src/common/consumer-metadata-cache.h @@ -25,9 +25,9 @@ struct consumer_metadata_cache { char *data; uint64_t cache_alloc_size; /* - * How many bytes from the cache were already sent to the ring buffer. + * How many bytes from the cache are written contiguously. */ - uint64_t rb_pushed; + uint64_t contiguous; /* * How many bytes are written in the buffer (excluding the wholes). */