Support snapshot max-size limitation
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.h
index cb976dcdc3db25609bb32838a8abe50266908439..0bf439d78ce692938f605fde915495d2e3ef7754 100644 (file)
@@ -43,6 +43,8 @@ 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. */
This page took 0.025012 seconds and 5 git commands to generate.