X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=0c757b84fb3c56b4399afee157d47fe0808b398a;hb=28cc88f3d462587c4fe37497b728fdb7cbc73e97;hp=1c1d01de911fee38edcbb3c9c089b0f5a7b11e8c;hpb=2c5ff4e47394f9588ac1a0ab50e8fbdf36727cbe;p=lttng-tools.git diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index 1c1d01de9..0c757b84f 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -34,6 +34,7 @@ #include #include #include +#include /* Commands for consumer */ enum lttng_consumer_command { @@ -651,6 +652,11 @@ struct lttng_consumer_global_data { * This HT uses the "node_channel_id" of the consumer stream. */ struct lttng_ht *stream_per_chan_id_ht; + + /* + * Trace chunk registry indexed by (session_id, chunk_id). + */ + struct lttng_trace_chunk_registry *chunk_registry; }; /*