Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / common / consumer / consumer-timer.cpp
index f6cb60c3b4e36912cc666709d29220e87fe1253a..51fa1687e9359a2d0c9a09e77b4573e8dce6e0ce 100644 (file)
@@ -648,6 +648,9 @@ void monitor_timer(struct lttng_consumer_channel *channel)
                        consumer_timer_thread_get_channel_monitor_pipe();
        struct lttcomm_consumer_channel_monitor_msg msg = {
                .key = channel->key,
+               .lowest = 0,
+               .highest = 0,
+               .total_consumed = 0,
        };
        sample_positions_cb sample;
        get_consumed_cb get_consumed;
This page took 0.023533 seconds and 4 git commands to generate.