Fix: consumer metadata switch timer error handling
[lttng-tools.git] / src / common / consumer.h
index 19a590e801e9739ff2aca138c5bf9cfe62417e30..844310681db21ccddf86b9ad47dfa5cb249bef2d 100644 (file)
@@ -146,6 +146,8 @@ struct lttng_consumer_channel {
        /* For metadata periodical flush */
        int switch_timer_enabled;
        timer_t switch_timer;
+       int switch_timer_error;
+
        /* On-disk circular buffer */
        uint64_t tracefile_size;
        uint64_t tracefile_count;
This page took 0.02339 seconds and 5 git commands to generate.