Extract the lost packets and discarded events counters
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.h
index 7a817ec70464786c44c6d12e5e663516c63cfce1..db1ce0cbbbc821d338aa7edb3a81e2093e2e2084 100644 (file)
@@ -150,4 +150,9 @@ void buffer_reg_stream_destroy(struct buffer_reg_stream *regp,
 /* Global registry. */
 void buffer_reg_destroy_registries(void);
 
+int buffer_reg_uid_consumer_channel_key(
+               struct cds_list_head *buffer_reg_uid_list,
+               uint64_t usess_id, uint64_t chan_key,
+               uint64_t *consumer_chan_key);
+
 #endif /* LTTNG_BUFFER_REGISTRY_H */
This page took 0.023272 seconds and 4 git commands to generate.