Fix: use per-uid buffer registry for UID buffer snapshots
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.h
index 0bf439d78ce692938f605fde915495d2e3ef7754..c2099b6883c7ff70174431635b33080eb3e4d4b2 100644 (file)
@@ -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;
This page took 0.022807 seconds and 4 git commands to generate.