X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer-timer.cpp;h=51fa1687e9359a2d0c9a09e77b4573e8dce6e0ce;hb=1c9a0b0e83c7e073c4e576c0bed95de335b0e502;hp=f6cb60c3b4e36912cc666709d29220e87fe1253a;hpb=c10f9cdd994258358bb3766c2e92dab71e4ceef2;p=lttng-tools.git diff --git a/src/common/consumer/consumer-timer.cpp b/src/common/consumer/consumer-timer.cpp index f6cb60c3b..51fa1687e 100644 --- a/src/common/consumer/consumer-timer.cpp +++ b/src/common/consumer/consumer-timer.cpp @@ -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;