Implement consumer ring buffer position sampling
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 48f9fd38147318e1631b4695fdcfdf86c0572059..03a50e87799574d708a978c9163cf29cec38fbfe 100644 (file)
@@ -157,6 +157,7 @@ struct ust_app_channel {
        struct lttng_ht *events;
        uint64_t tracefile_size;
        uint64_t tracefile_count;
+       uint64_t monitor_timer_interval;
        /*
         * Node indexed by channel name in the channels' hash table of a session.
         */
This page took 0.023352 seconds and 4 git commands to generate.