X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fbuffer-registry.h;h=c2099b6883c7ff70174431635b33080eb3e4d4b2;hp=0bf439d78ce692938f605fde915495d2e3ef7754;hb=8c924c7bfb12055ac5f87960501c888efb24c82e;hpb=d3f14b8a4532b306e5ab293b97d020ce827bcc8e diff --git a/src/bin/lttng-sessiond/buffer-registry.h b/src/bin/lttng-sessiond/buffer-registry.h index 0bf439d78..c2099b688 100644 --- a/src/bin/lttng-sessiond/buffer-registry.h +++ b/src/bin/lttng-sessiond/buffer-registry.h @@ -49,6 +49,8 @@ struct buffer_reg_channel { pthread_mutex_t stream_list_lock; /* Node for hash table usage. */ struct lttng_ht_node_u64 node; + /* Size of subbuffers in this channel. */ + size_t subbuf_size; union { /* Original object data that MUST be copied over. */ struct lttng_ust_object_data *ust;