Add jul.c/.h to sessiond code
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.h
index cb976dcdc3db25609bb32838a8abe50266908439..c2099b6883c7ff70174431635b33080eb3e4d4b2 100644 (file)
@@ -43,10 +43,14 @@ struct buffer_reg_channel {
        uint64_t consumer_key;
        /* Stream registry object of this channel registry. */
        struct cds_list_head streams;
+       /* Total number of stream in the list. */
+       uint64_t stream_count;
        /* Used to ensure mutual exclusion to the stream's list. */
        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;
This page took 0.024088 seconds and 4 git commands to generate.