consumer: remove timeout for UST metadata
[lttng-tools.git] / src / common / consumer-metadata-cache.h
index b1a4dc2b777fad31b91a8ecf040b439f180776c3..8f485d6390feda1e399de76348aa15fdf371ef5d 100644 (file)
@@ -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).
         */
This page took 0.024429 seconds and 5 git commands to generate.