sessiond: document effect of rotated_after_last_stop on clear
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.h
index db1ce0cbbbc821d338aa7edb3a81e2093e2e2084..415793c9511e4387c4c4529a074ecfe68b35db8d 100644 (file)
@@ -25,7 +25,7 @@
 #include <common/hashtable/hashtable.h>
 
 #include "consumer.h"
-#include "ust-ctl.h"
+#include "lttng-ust-ctl.h"
 #include "ust-registry.h"
 
 struct buffer_reg_stream {
@@ -152,7 +152,6 @@ 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);
+               uint64_t chan_key, uint64_t *consumer_chan_key);
 
 #endif /* LTTNG_BUFFER_REGISTRY_H */
This page took 0.024418 seconds and 5 git commands to generate.