X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.c;h=b681ae763379deaa55d68da8f6113b7b99b87eb3;hp=b97cb28443a99232550de4d543b2607896452ead;hb=50adc26400482c07210afcda8ef1d3322f75871d;hpb=6565421fd1e3307cda0f3cb0f849cb990122edc7 diff --git a/src/common/consumer-timer.c b/src/common/consumer-timer.c index b97cb2844..b681ae763 100644 --- a/src/common/consumer-timer.c +++ b/src/common/consumer-timer.c @@ -115,7 +115,7 @@ static void metadata_switch_timer(struct lttng_consumer_local_data *ctx, static int send_empty_index(struct lttng_consumer_stream *stream, uint64_t ts) { int ret; - struct lttng_packet_index index; + struct ctf_packet_index index; memset(&index, 0, sizeof(index)); index.timestamp_end = htobe64(ts);