Cleanup: Reduce scope of connections in main relayd thread
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.h
index 0bf439d78ce692938f605fde915495d2e3ef7754..656fc9175b7d1bd6415ed3a2fd63ad9cc8def4f4 100644 (file)
@@ -49,6 +49,10 @@ 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;
+       /* Number of subbuffers per stream. */
+       size_t num_subbuf;
        union {
                /* Original object data that MUST be copied over. */
                struct lttng_ust_object_data *ust;
This page took 0.023944 seconds and 4 git commands to generate.