Cleanup: ust_session_id unused by buffer_reg_uid_consumer_channel_key
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.h
index db1ce0cbbbc821d338aa7edb3a81e2093e2e2084..d0d1575fd47e478ea57b6ae91aca6af6effd3189 100644 (file)
@@ -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,
 
 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 */
 
 #endif /* LTTNG_BUFFER_REGISTRY_H */
This page took 0.023528 seconds and 4 git commands to generate.